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

Comparing oup/current/Data.pas (file contents):
Revision 79 by alloc, Thu Jan 11 23:43:24 2007 UTC vs.
Revision 86 by alloc, Sun Jan 14 20:19:08 2007 UTC

# Line 67 | Line 67 | type
67      HideUnusedData: Boolean;
68    end;
69  
70  TExportHandlers = record
71    Ext:     String[4];
72    needed:  Boolean;
73    Handler: function(fileid: LongWord; filename: String): Integer;
74  end;
75
70    TStringArray = array of String;
71    TExtList     = array of record
72      Ext:   String;

Diff Legend

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