Corrected some path-slash wrongness

This commit is contained in:
Areloch 2020-05-17 15:27:16 -05:00
parent aae0c0613b
commit 6a5661ddc7
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -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.