Merge branch 'havok' of github.com:sippeangelo/Return-to-the-Return-of-Return-Fire-2-Returngeance into havok

Conflicts:
	src/GameWorld.cpp
	src/Systems/PhysicsSystem.cpp
	vs11/Returngeance/Returngeance.vcxproj.filters
This commit is contained in:
ViktorLjung
2014-04-27 08:13:57 +02:00
10 changed files with 21 additions and 864 deletions
@@ -6,9 +6,9 @@
namespace Components
{
struct Box : Component
struct BoxShape : Component
{
Box()
BoxShape()
: Width(1.f), Height(1.f), Depth(1.f){ }
float Width;
@@ -6,9 +6,9 @@
namespace Components
{
struct Sphere : Component
struct SphereShape : Component
{
Sphere()
SphereShape()
: Radius(1.f){ }
float Radius;