#include "body.h"
#include "body_list.h"
#include "position.h"
Go to the source code of this file.
|
| struct | gmCollision |
| | Structure representing a collision between two bodies. More...
|
| struct | gm_system |
| | Structure representing a physics system containing bodies and collision information. More...
|
|
| typedef struct gm_system | gmSystem |
| | Structure representing a physics system containing bodies and collision information.
|
◆ gmSystem
Structure representing a physics system containing bodies and collision information.
◆ gm_system_create()
Creates a new physics system with default values.
- Returns
- A new gmSystem instance.
◆ gm_system_destroy()
| void gm_system_destroy |
( |
gmSystem * | sys | ) |
|
Destroy the system and free memory.
- Parameters
-
| sys | Pointer to the system to destroy. |