entity system!
This commit is contained in:
@@ -23,6 +23,9 @@ struct GameData
|
||||
{
|
||||
void* PermanentStorage = nullptr;
|
||||
uint64_t PermanentStorageSize = 0;
|
||||
|
||||
void* EntityStorage = nullptr;
|
||||
uint64_t EntityStorageSize = 0;
|
||||
};
|
||||
|
||||
struct SharedData
|
||||
|
||||
Reference in New Issue
Block a user