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 46 by alloc, Sat Dec 23 16:26:43 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;

Diff Legend

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