mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +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_
|
||||
|
||||
#ifndef _TDICTIONARY_H_
|
||||
#include "core/tDictionary.h"
|
||||
#include "core/util/tDictionary.h"
|
||||
#endif
|
||||
#ifndef _APPMESH_H_
|
||||
#include "ts/loader/appMesh.h"
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
#define _COLLADA_APPNODE_H_
|
||||
|
||||
#ifndef _TDICTIONARY_H_
|
||||
#include "core/tDictionary.h"
|
||||
#include "core/util/tDictionary.h"
|
||||
#endif
|
||||
#ifndef _APPNODE_H_
|
||||
#include "ts/loader/appNode.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue