mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 08:15:44 +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
|
|
@ -24,16 +24,16 @@
|
|||
#define ANIMATION_COMPONENT_H
|
||||
|
||||
#ifndef COMPONENT_H
|
||||
#include "T3D/Components/Component.h"
|
||||
#include "T3D/components/component.h"
|
||||
#endif
|
||||
#ifndef _TSSHAPE_H_
|
||||
#include "ts/tsShapeInstance.h"
|
||||
#endif
|
||||
#ifndef ENTITY_H
|
||||
#include "T3D/Entity.h"
|
||||
#include "T3D/entity.h"
|
||||
#endif
|
||||
#ifndef RENDER_COMPONENT_INTERFACE_H
|
||||
#include "T3D/Components/render/renderComponentInterface.h"
|
||||
#include "T3D/components/render/renderComponentInterface.h"
|
||||
#endif
|
||||
|
||||
class SceneRenderState;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue