mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
Fixed building on GCC 4.7.x
This commit is contained in:
parent
d2700f881c
commit
12dbf49533
2 changed files with 8 additions and 5 deletions
|
|
@ -38,6 +38,9 @@
|
|||
#ifndef _COLLADA_UTILS_H_
|
||||
#include "ts/collada/colladaUtils.h"
|
||||
#endif
|
||||
#ifndef _ENGINEAPI_H_
|
||||
#include "console/engineAPI.h"
|
||||
#endif
|
||||
|
||||
/// This class allows an artist to export their animations for the model
|
||||
/// into the .dsq format. This class in particular matches up the model
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue