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

This file contains forward declarations of all structures used in the engine. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Detailed Description

This file contains forward declarations of all structures used in the engine.

This file contains forward declarations of all structures used in the engine. Forward declarations are used to declare a structure without defining its members. This allows the structure to be used in other structures or functions without including its definition.

Note
Forward declarations are useful when structures are used in multiple files, reducing the number of includes.
Forward declarations are also useful when structures reference each other, avoiding circular dependencies.