mirror of
https://gitlab.com/voidframe/voidframe-cpp.git
synced 2026-07-01 18:55:12 -04:00
Add World::Update()
This commit is contained in:
@@ -11,6 +11,8 @@ public:
|
||||
Entity *Spawn();
|
||||
void Destroy(Entity *entity);
|
||||
|
||||
void Update();
|
||||
|
||||
private:
|
||||
std::vector<std::unique_ptr<Entity>> entities;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user