Revert "Indentation style changed to Horstmann"
This reverts commit f2259f712d.
Conflicts:
src/GameWorld.cpp
src/Systems/PhysicsSystem.cpp
This commit is contained in:
+2
-1
@@ -5,7 +5,8 @@
|
||||
#include "Entity.h"
|
||||
|
||||
struct Component
|
||||
{ EntityID Entity;
|
||||
{
|
||||
EntityID Entity;
|
||||
};
|
||||
|
||||
class ComponentFactory : public Factory<Component*> { };
|
||||
|
||||
Reference in New Issue
Block a user