Home
last modified time | relevance | path

Searched defs:SideDef (Results 1 – 4 of 4) sorted by last modified time

/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/importidtech1/src/
H A Dmapimporter.cpp94 struct SideDef : public Id1MapElement struct
96 dint index;
97 dint16 offset[2];
98 MaterialId topMaterial;
99 MaterialId bottomMaterial;
100 MaterialId middleMaterial;
101 dint sector;
103 SideDef(MapImporter &map) : Id1MapElement(map) {} in SideDef() argument
105 void operator << (de::Reader &from) in operator <<()
/dports/games/eureka/eureka-1.27b-source/src/
H A De_basis.h261 SideDef() : x_offset(0), y_offset(0), upper_tex(0), mid_tex(0), in SideDef() function
/dports/games/bsp/bsp-5.2/
H A Dstructs.h64 struct SideDef struct
66 int16_t xoff; /* X offset for texture */
67 int16_t yoff; /* Y offset for texture */
68 char tex1[8]; /* texture name for the part above */
69 char tex2[8]; /* texture name for the part below */
70 char tex3[8]; /* texture name for the regular part */
71 int16_t sector; /* adjacent sector */
/dports/games/yadex/yadex-1.7.0/src/
H A Dwstructs.h146 struct SideDef struct
156 typedef struct SideDef huge *SDPtr; argument