ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/releases/0.33a/Data.pas
(Generate patch)

Comparing oup/current/Data.pas (file contents):
Revision 43 by alloc, Mon Dec 18 23:35:30 2006 UTC vs.
Revision 74 by alloc, Thu Jan 11 22:45:20 2007 UTC

# Line 70 | Line 70 | type
70    TExportHandlers = record
71      Ext:     String[4];
72      needed:  Boolean;
73 <    Handler: function(fileid: LongWord; filename: String; convert: Boolean): Integer;
73 >    Handler: function(fileid: LongWord; filename: String): Integer;
74    end;
75  
76    TStringArray = array of String;
# Line 93 | Line 93 | type
93      Target:     LongWord;
94    end;
95  
96 +  TToolList = array of record
97 +    context: String;
98 +    name: String;
99 +    exts: String;
100 +  end;
101 +
102 +  TSortType = (stIDAsc, stIDDesc, stNameAsc, stNameDesc, stExtAsc, stExtDesc);
103 +
104   var
105   {
106    opened_state:Byte=0;

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)