Claude Chappe' Curse - A C Game
Logo Institut d'Informatique Claude Chappe Logo Université de Le Mans Logo Raeptor Production
 
Loading...
Searching...
No Matches
Scene Management

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.
 

Detailed Description

Functions for managing scenes.

Function Documentation

◆ change_scene()

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.

◆ prepare_change_scene()

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.

Parameters
pathThe path to the new scene.