Merge branch 'Dirtybit' of github.com:teamfisk/TacticalZ into Dirtybit
This commit is contained in:
@@ -5,6 +5,12 @@
|
||||
#include "Entity.h"
|
||||
#include <boost/shared_array.hpp>
|
||||
|
||||
enum class DirtySet
|
||||
{
|
||||
Transform,
|
||||
Network
|
||||
};
|
||||
|
||||
struct ComponentInfo
|
||||
{
|
||||
typedef int EnumType;
|
||||
|
||||
Reference in New Issue
Block a user