Renamed transform component file

This commit is contained in:
2014-03-03 20:45:50 +01:00
parent 2994c525b6
commit 9edcaef680
4 changed files with 5 additions and 9 deletions
-17
View File
@@ -1,17 +0,0 @@
#ifndef Transform_h__
#define Transform_h__
#include "Component.h"
namespace Components
{
struct Transform : Component
{
float Position[3];
};
REGISTER_COMPONENT("Transform", Transform);
}
#endif // Transform_h__