Added base work for dity bits in components

This commit is contained in:
2016-03-08 18:26:03 +01:00
parent 5d53fc74cb
commit b7d93058b1
10 changed files with 86 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;