mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 03:45:26 +00:00
Merge pull request #1484 from Bloodknight/MinorHeaderPathFixes
Updated paths for collada tdictionary.h
This commit is contained in:
commit
10ee9c4e97
2 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
#define _COLLADA_APPMESH_H_
|
#define _COLLADA_APPMESH_H_
|
||||||
|
|
||||||
#ifndef _TDICTIONARY_H_
|
#ifndef _TDICTIONARY_H_
|
||||||
#include "core/tDictionary.h"
|
#include "core/util/tDictionary.h"
|
||||||
#endif
|
#endif
|
||||||
#ifndef _APPMESH_H_
|
#ifndef _APPMESH_H_
|
||||||
#include "ts/loader/appMesh.h"
|
#include "ts/loader/appMesh.h"
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@
|
||||||
#define _COLLADA_APPNODE_H_
|
#define _COLLADA_APPNODE_H_
|
||||||
|
|
||||||
#ifndef _TDICTIONARY_H_
|
#ifndef _TDICTIONARY_H_
|
||||||
#include "core/tDictionary.h"
|
#include "core/util/tDictionary.h"
|
||||||
#endif
|
#endif
|
||||||
#ifndef _APPNODE_H_
|
#ifndef _APPNODE_H_
|
||||||
#include "ts/loader/appNode.h"
|
#include "ts/loader/appNode.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue