Animation and Scene clean up functions. Playground build target
This commit is contained in:
parent
3b27401f29
commit
2fb29a102e
11 changed files with 323 additions and 123 deletions
|
|
@ -93,6 +93,9 @@ public:
|
|||
// #173: Module-level timer collection accessor
|
||||
static PyObject* api_get_timers();
|
||||
|
||||
// Module-level animation collection accessor
|
||||
static PyObject* api_get_animations();
|
||||
|
||||
// Exception handling - signal game loop to exit on unhandled Python exceptions
|
||||
static std::atomic<bool> exception_occurred;
|
||||
static std::atomic<int> exit_code;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue