mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-01 11:33:48 +00:00
Ensuring all names are the correct casing for Linux
This commit is contained in:
parent
fb7e4f92ef
commit
ec8882c3c8
44 changed files with 95 additions and 95 deletions
|
|
@ -20,9 +20,9 @@
|
|||
// IN THE SOFTWARE.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#include "T3D/Components/Animation/AnimationComponent.h"
|
||||
#include "T3D/Components/Animation/AnimationComponent_ScriptBinding.h"
|
||||
#include "T3D/components/Render/MeshComponent.h"
|
||||
#include "T3D/components/animation/animationcomponent.h"
|
||||
#include "T3D/components/animation/animationComponent_ScriptBinding.h"
|
||||
#include "T3D/components/render/meshcomponent.h"
|
||||
|
||||
#include "platform/platform.h"
|
||||
#include "console/consoleTypes.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue