소스 검색

Corrected some path-slash wrongness

Areloch 5 년 전
부모
커밋
6a5661ddc7
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      Engine/source/T3D/assets/assetImporter.cpp
  2. 1 1
      Engine/source/T3D/assets/assetImporter.h

+ 1 - 1
Engine/source/T3D/assets/assetImporter.cpp

@@ -12,7 +12,7 @@
 #include "ts/collada/colladaShapeLoader.h"
 
 #include "ts/assimp/assimpShapeLoader.h"
-#include <ts\tsShapeConstruct.h>
+#include "ts/tsShapeConstruct.h"
 
 
 ConsoleDocClass(AssetImportConfig,

+ 1 - 1
Engine/source/T3D/assets/assetImporter.h

@@ -4,7 +4,7 @@
 #include "assets/assetManager.h"
 #include "module/moduleManager.h"
 #include "util/settings.h"
-#include "gui\controls\guiTreeViewCtrl.h"
+#include "gui/controls/guiTreeViewCtrl.h"
 
 /// <summary>
 /// AssetImportConfig is a SimObject derived object intended to act as a container for all the necessary configuration data when running the Asset Importer.