comparison Indoor.h @ 1262:0aeac0b9ca30

included header cleanup
author Grumpy7
date Wed, 12 Jun 2013 21:07:34 +0200
parents 0dbf6c4dd029
children bfde0563ecdc
comparison
equal deleted inserted replaced
1261:cdee1d692a4a 1262:0aeac0b9ca30
1 #pragma once 1 #pragma once
2 #include "VectorTypes.h" 2 #include "VectorTypes.h"
3 #include "Weather.h" 3 #include "Weather.h"
4 #include "Indoor_stuff.h"
4 5
5 6
6 7
7 /* 319 */ 8 /* 319 */
8 enum LEVEL_TYPE 9 enum LEVEL_TYPE
126 }; 127 };
127 #pragma pack(pop) 128 #pragma pack(pop)
128 129
129 130
130 131
131 /* 291 */
132 enum PolygonType : __int8
133 {
134 POLYGON_Invalid = 0x0,
135 POLYGON_VerticalWall = 0x1,
136 POLYGON_unk = 0x2,
137 POLYGON_Floor = 0x3,
138 POLYGON_InBetweenFloorAndWall = 0x4,
139 POLYGON_Ceiling = 0x5,
140 POLYGON_InBetweenCeilingAndWall = 0x6,
141 };
142 132
143 /* 90 */ 133 /* 90 */
144 #pragma pack(push, 1) 134 #pragma pack(push, 1)
145 struct BLVHeader 135 struct BLVHeader
146 { 136 {
574 extern struct BLVRenderParams *pBLVRenderParams; 564 extern struct BLVRenderParams *pBLVRenderParams;
575 565
576 566
577 567
578 568
579
580 #include "Indoor_stuff.h"