Box and Sphere components renamed to BoxShape and SphereShape

This commit is contained in:
2014-04-25 01:05:53 +02:00
parent c4e127b154
commit f02954a62c
8 changed files with 25 additions and 29 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
#include "System.h"
#include "Components/Transform.h"
#include "Components/Physics.h"
#include "Components/Sphere.h"
#include "Components/Box.h"
#include "Components/BoxShape.h"
#include "Components/SphereShape.h"
#include "Components/Vehicle.h"
#include "Components/Input.h"