|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
| void | Initialize (uint8_t poolSize) |
| void | PushDeletion (std::function< void()> fn) |
| void | DeleteAll () |
Protected Attributes | |
| std::vector< std::function< void()> > | queue |