Functions for managing scenes. More...
Functions | |
void | change_scene () |
Changes the current scene. | |
void | prepare_change_scene (const char *path) |
Prepares to change the current scene. | |
Functions for managing scenes.
void change_scene | ( | ) |
Changes the current scene.
This function is responsible for transitioning from the current scene to a new one. It handles any necessary cleanup and setup required for the scene change.
void prepare_change_scene | ( | const char * | path | ) |
Prepares to change the current scene.
This function prepares the scene change by pushing the necessary data to the call queue.
path | The path to the new scene. |