helapordo 1.4.20
Loading...
Searching...
No Matches
main.c File Reference

Functions

int main (int argc, char **argv)

Variables

GamestateG_GAMESTATE = NULL
 Global variable used to store Gamestate address when KLS_Region is not available.
int G_PRELOAD_ANIMATIONS_ON = 0
 TODO Remove mentions of this.
int G_LOG_ON = 0
 Global variable for debug logging flag.
int G_EXPERIMENTAL_ON = 0
 Global variable for experimental features flag.
int G_FASTQUIT_ON = 0
 Global variable for fast quit flag.
int G_DOTUTORIAL_ON = 0
 Global variable for a tutorial launch.
int GS_AUTOSAVE_ON = 1
 Global variable for autosave setting.
int G_USE_DEFAULT_BACKGROUND = 0
 Global variable for using terminal default color.
int G_USE_VIM_DIRECTIONAL_KEYS = 0
 Global variable for using vim-like directional keys.
int G_USE_WASD_DIRECTIONAL_KEYS = 0
 Global variable for using WASD directional keys.
int G_SEEDED_RUN_ON = 0
 Global variable for seeded run flag.
char * G_SEEDED_RUN_ARG = NULL
 Global variable for seeded run flag, set to the passed string argument.
Koliseo * support_kls = NULL
 Global variable for support Koliseo.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

Variable Documentation

◆ G_DOTUTORIAL_ON

int G_DOTUTORIAL_ON = 0

Global variable for a tutorial launch.

◆ G_EXPERIMENTAL_ON

int G_EXPERIMENTAL_ON = 0

Global variable for experimental features flag.

◆ G_FASTQUIT_ON

int G_FASTQUIT_ON = 0

Global variable for fast quit flag.

◆ G_GAMESTATE

Gamestate* G_GAMESTATE = NULL

Global variable used to store Gamestate address when KLS_Region is not available.

Could be used even with it. Useful to save the game in a pinch, like when receiving SIGINT.

◆ G_LOG_ON

int G_LOG_ON = 0

Global variable for debug logging flag.

◆ G_PRELOAD_ANIMATIONS_ON

int G_PRELOAD_ANIMATIONS_ON = 0

TODO Remove mentions of this.

Global variable for load animations flag. Legacy.

◆ G_SEEDED_RUN_ARG

char* G_SEEDED_RUN_ARG = NULL

Global variable for seeded run flag, set to the passed string argument.

◆ G_SEEDED_RUN_ON

int G_SEEDED_RUN_ON = 0

Global variable for seeded run flag.

◆ G_USE_DEFAULT_BACKGROUND

int G_USE_DEFAULT_BACKGROUND = 0

Global variable for using terminal default color.

◆ G_USE_VIM_DIRECTIONAL_KEYS

int G_USE_VIM_DIRECTIONAL_KEYS = 0

Global variable for using vim-like directional keys.

◆ G_USE_WASD_DIRECTIONAL_KEYS

int G_USE_WASD_DIRECTIONAL_KEYS = 0

Global variable for using WASD directional keys.

◆ GS_AUTOSAVE_ON

int GS_AUTOSAVE_ON = 1

Global variable for autosave setting.

◆ support_kls

Koliseo* support_kls = NULL

Global variable for support Koliseo.