summaryrefslogtreecommitdiff
path: root/extras/tiopf/gui/tiGUIConstants.pas
blob: a5fec6ce15173fa949485ae2252cc4ea9e81001f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
unit tiGUIConstants;

{$mode objfpc}{$H+}

interface

uses
  gfxbase
  ;

const
  clError = clYellow;

implementation

end.