浏览代码

Fix erroneous include guards

Ben Payne 10 年之前
父节点
当前提交
3574ef838b
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Engine/source/T3D/turret/turretShape.h
  2. 1 1
      Engine/source/forest/ts/tsForestCellBatch.h

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

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

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

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