Remove old scene management methods
This commit is contained in:
parent
48359b5a48
commit
d7e34a3f72
2 changed files with 12 additions and 94 deletions
|
|
@ -37,13 +37,11 @@ public:
|
|||
static void REPL_device(FILE * fp, const char *filename);
|
||||
static void REPL();
|
||||
|
||||
// Internal - used by PySceneClass_get_children()
|
||||
static PyObject* _sceneUI(PyObject*, PyObject*);
|
||||
|
||||
// scene control
|
||||
// Internal - used by PySceneObject::activate()
|
||||
static PyObject* _setScene(PyObject*, PyObject*);
|
||||
static PyObject* _currentScene(PyObject*, PyObject*);
|
||||
static PyObject* _createScene(PyObject*, PyObject*);
|
||||
static PyObject* _keypressScene(PyObject*, PyObject*);
|
||||
|
||||
// timer control
|
||||
static PyObject* _setTimer(PyObject*, PyObject*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue