forgotten file

git-svn-id: trunk@16644 -
This commit is contained in:
paul 2008-09-19 07:03:14 +00:00
parent 736b46028b
commit 35e4c88db4

View File

@ -185,6 +185,9 @@ const
'None', 'Block', 'Define', 'DefineRecurse', 'Undefine', 'UndefineRecurse',
'UndefineAll', 'If', 'IfDef', 'IfNDef', 'ElseIf', 'Else', 'Directory'
);
var
DefineActionImages: array[TDefineAction] of integer;
AutogeneratedImage: Integer;
type
TDefineTree = class;