Final Linux compliance changes(renames, tweaks for gcc compliance, etc)

This commit is contained in:
Areloch 2016-05-29 00:58:02 -05:00
parent f5e86a83b5
commit 510b726f6f
25 changed files with 47 additions and 46 deletions

View file

@ -20,9 +20,9 @@
// IN THE SOFTWARE.
//-----------------------------------------------------------------------------
#include "T3D/components/animation/animationcomponent.h"
#include "T3D/components/animation/animationComponent.h"
#include "T3D/components/animation/animationComponent_ScriptBinding.h"
#include "T3D/components/render/meshcomponent.h"
#include "T3D/components/render/meshComponent.h"
#include "platform/platform.h"
#include "console/consoleTypes.h"