Ensuring all names are the correct casing for Linux

This commit is contained in:
Areloch 2016-05-26 01:37:14 -05:00
parent fb7e4f92ef
commit ec8882c3c8
44 changed files with 95 additions and 95 deletions

View file

@ -27,8 +27,8 @@
#include "math/util/matrixSet.h"
#ifdef TORQUE_EXPERIMENTAL_EC
#include "T3D/Components/render/renderComponentInterface.h"
#include "T3D/Components/Component.h"
#include "T3D/components/render/renderComponentInterface.h"
#include "T3D/components/component.h"
#endif
//-----------------------------------------------------------------------------