#include "headers.h"Go to the source code of this file.
Functions | |
| void | initSystem () |
| void | cleanup () |
| void | newGame () |
| bool | loadGame (int slot) |
| int | doIntro () |
| int | title () |
| int | doGame () |
| int | doHub () |
| void | doCredits () |
| int | gameover () |
| void | showMissionInformation (int mission) |
| void | loadResources () |
| void | showAllSprites () |
| void | showMissionClear () |
| void | checkStartCutscene () |
| void | easyGameFinished () |
Variables | |
| Audio | audio |
| Engine | engine |
| Game | game |
| GameData | gameData |
| Graphics | graphics |
| Map | map |
| Entity | defEnemy [MAX_ENEMIES] |
| Entity | defItem [MAX_ITEMS] |
| Entity | player |
| Weapon | weapon [MAX_WEAPONS] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.7