Added DirtyBit enum to Dirty getter in ComponentWrapper.
This commit is contained in:
@@ -4,6 +4,12 @@
|
||||
#include "../Common.h"
|
||||
#include <boost/shared_array.hpp>
|
||||
|
||||
enum class DirtySet
|
||||
{
|
||||
Transform,
|
||||
Network
|
||||
};
|
||||
|
||||
struct ComponentInfo
|
||||
{
|
||||
typedef int EnumType;
|
||||
|
||||
Reference in New Issue
Block a user