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

Comparing oup/current/Global/TypeDefs.pas (file contents):
Revision 112 by alloc, Thu Feb 22 00:37:39 2007 UTC vs.
Revision 113 by alloc, Sun Feb 25 17:20:22 2007 UTC

# Line 20 | Line 20 | type
20        SM_IncompatibleFile,
21        SM_IncompatibleDBVersion,
22        SM_UnknownError
23 <  );
23 >  );
24 >
25 >  TDatOSIdent = array[0..3] of Byte;
26 >  TDatGlobalIdent = array[0..15] of Byte;
27  
28    THeader = packed record
29 <    Ident:      array[0..$13] of Byte;
29 >    OSIdent:    TDatOSIdent;
30 >    GlobalIdent:TDatGlobalIdent;
31      Files:      Integer;
32      NamedFiles: Integer;
33      Extensions: Integer;
# Line 47 | Line 51 | type
51  
52          TTypeIdent = array[0..7] of Byte;
53          TFileType = record
54 <                Extension:   String[4];
55 <                StructID:    Integer;
56 <    Description: String;
57 <                IdentWin:    TTypeIdent;
58 <    IdentMac:    TTypeIdent;
54 >                Extension: String[4];
55 >                StructID:  Integer;
56 >    Name:      String;
57 >                IdentWin:  TTypeIdent;
58 >    IdentMac:  TTypeIdent;
59          end;
60  
61    TExtensionsMap = array of packed record
# Line 122 | Line 126 | type
126        ByName: array of TLinkByName;
127        ByID: array of TLinkByID;
128    end;
129 +
130 +  TDatLink = record
131 +      SrcOffset: Integer;
132 +      DestID:    Integer;
133 +      PosDestExts:   String;
134 +  end;
135 +  TDatLinkList = array of TDatLink;
136  
137   {
138    TLevelInfo = record

Diff Legend

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