Updated paths for collada tdictionary.h

This commit is contained in:
Marc Chapman 2015-12-13 03:33:39 +00:00
parent e94bdba318
commit ac7d6e6691
2 changed files with 2 additions and 2 deletions

View file

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

View file

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