Przeglądaj źródła

Fix erroneous include guards

Ben Payne 10 lat temu
rodzic
commit
3574ef838b

+ 1 - 1
Engine/source/T3D/turret/turretShape.h

@@ -23,7 +23,7 @@
 #ifndef _TURRETSHAPE_H_
 #ifndef _TURRETSHAPE_H_
 #define _TURRETSHAPE_H_
 #define _TURRETSHAPE_H_
 
 
-#ifndef _SHAPEBASE_H_
+#ifndef _ITEM_H_
    #include "T3D/item.h"
    #include "T3D/item.h"
 #endif
 #endif
 
 

+ 1 - 1
Engine/source/forest/ts/tsForestCellBatch.h

@@ -23,7 +23,7 @@
 #ifndef _TSFORESTCELLBATCH_H_
 #ifndef _TSFORESTCELLBATCH_H_
 #define _TSFORESTCELLBATCH_H_
 #define _TSFORESTCELLBATCH_H_
 
 
-#ifndef _FORESTCELLBATCH_H_
+#ifndef _IMPOSTERRENDERMGR_H_
 #include "renderInstance/renderImposterMgr.h"
 #include "renderInstance/renderImposterMgr.h"
 #endif
 #endif
 #ifndef _FORESTCELLBATCH_H_
 #ifndef _FORESTCELLBATCH_H_