Main Page | Modules | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

include/filelink.h

Go to the documentation of this file.
00001 // struct_filelink.h
00006 
00007 #ifndef STRUCT_FILELINK_H
00008 #define STRUCT_FILELINK_H
00009 
00013 struct filelink
00014 {
00016     schar type; 
00018     uchar file;
00020     uint offset;
00021 };
00022 TYPEDEF(struct filelink filelink)
00023 
00024 
00025 
00026 
00027 
00028 #define PTR_NORMAL     0
00030 #define PTR_JUMPTABLE  1
00031 
00032 #define PTR_SHUFFLETAB 2
00033 
00034 #define PTR_DLLCALL    3
00035 
00036 #define PTR_INTERPCALL 4
00037 
00038 
00039 #define jt_unconditional 0
00040 #define jt_playerlevel   1
00041 #define jt_dungeonlevel  2
00042 #define jt_avglevel      3
00043 #define jt_class         4
00044 
00045 #ifndef DATA_FILE
00046 extern const filelink filelink_null;
00047 #endif
00048 
00049 #endif //STRUCT_FILELINK_H
00050 

Generated on Thu May 20 13:12:09 2004 for CalcRogue by doxygen 1.3.6