This commit is contained in:
2016-03-08 18:26:03 +01:00
parent 5d53fc74cb
commit 36477abc63
10 changed files with 87 additions and 53 deletions
-6
View File
@@ -5,12 +5,6 @@
#include "Entity.h"
#include <boost/shared_array.hpp>
enum class DirtySet
{
Transform,
Network
};
struct ComponentInfo
{
typedef int EnumType;