Home
last modified time | relevance | path

Searched defs:lump_s (Results 1 – 10 of 10) sorted by relevance

/dports/games/SRB2/SRB2-SRB2_release_2.2.9/tools/libwad/include/
H A Dwad.h119 typedef struct lump_s struct
133 struct lump_s *prev; // The previous node in the tree. argument
134 struct lump_s *next; // The next node in the tree. argument
/dports/games/glbsp/glbsp-2.20/
H A Dwad.h104 typedef struct lump_s struct
107 struct lump_s *next; argument
108 struct lump_s *prev; argument
111 char *name;
114 int start;
115 int new_start;
118 int length;
119 int space;
122 int flags;
125 void *data;
[all …]
/dports/games/edge/Edge-1.35-source/glbsp/src/
H A Dwad.h104 typedef struct lump_s struct
107 struct lump_s *next; argument
108 struct lump_s *prev; argument
111 char *name;
114 int start;
115 int new_start;
118 int length;
119 int space;
122 int flags;
125 void *data;
[all …]
/dports/games/vavoom/vavoom-1.33/utils/glbsp/
H A Dwad.h104 typedef struct lump_s struct
107 struct lump_s *next; argument
108 struct lump_s *prev; argument
111 char *name;
114 int start;
115 int new_start;
118 int length;
119 int space;
122 int flags;
125 void *data;
[all …]
/dports/games/edge/Edge-1.35-source/deh_edge/
H A Dwad.cc68 typedef struct lump_s struct
70 byte *data; // Data
71 int filepos; // Position in file
72 int size; // Size
73 char name[8]; // Name
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dbspfile.h29 typedef struct lump_s struct
31 int fileofs, filelen;
/dports/games/darkplaces/darkplaces/
H A Dbspfile.h29 typedef struct lump_s struct
31 int fileofs, filelen;
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dbspfile.h35 typedef struct lump_s struct
37 int fileofs, filelen;
/dports/games/quakeforge/quakeforge-0.7.2/include/QF/
H A Dbspfile.h52 typedef struct lump_s { struct
53 int32_t fileofs;
54 int32_t filelen;
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A Dqfiles.h228 typedef struct lump_s { struct
229 int fileofs, filelen;