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