diff options
Diffstat (limited to 'src/win95/oechunk.h')
| -rw-r--r-- | src/win95/oechunk.h | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/src/win95/oechunk.h b/src/win95/oechunk.h index 5dc247c..125790f 100644 --- a/src/win95/oechunk.h +++ b/src/win95/oechunk.h @@ -4,21 +4,6 @@ #include "chunk.hpp" #include "obchunk.hpp" -#if objedit -#include "template.hpp" -#endif -//#if engine -//#define VECTOR VECTORCH -//#endif - -#if engine -#else -struct VECTORCH -{ - int vx, vy, vz; -}; -#endif - struct ChunkMapBlock { char TemplateName[20]; @@ -96,4 +81,5 @@ public : //constructor from buffer Strategy_Chunk (Chunk_With_Children * parent,const char* data,size_t); }; + #endif |
