Go to the source code of this file.
Enumerations | |
| enum | IntroStates { INTRO_INIT = 0x00000000 , INTRO_DISABLE_DRAW_FRAME = 0x00000001 , INTRO_LOAD_MAP = 0x00000002 , INTRO_AWAIT_MAIN = 0x00000003 , INTRO_FADE_IN = 0x00000004 , INTRO_ENABLE_DRAW_FRAME = 0x00000015 } |
Functions | |
| void | state_init_intro (void) |
| void | state_step_intro (void) |
| void | state_drawUI_intro (void) |
| Enumerator | |
|---|---|
| INTRO_INIT | |
| INTRO_DISABLE_DRAW_FRAME | |
| INTRO_LOAD_MAP | |
| INTRO_AWAIT_MAIN | |
| INTRO_FADE_IN | |
| INTRO_ENABLE_DRAW_FRAME | |
Definition at line 7 of file state_intro.c.
Definition at line 26 of file state_intro.c.
Referenced by state_step_intro().
Definition at line 92 of file state_intro.c.
Definition at line 257 of file state_intro.c.
Definition at line 16 of file state_intro.c.
Referenced by state_step_intro().
Definition at line 17 of file state_intro.c.
Referenced by state_init_intro(), and state_step_intro().
Definition at line 18 of file state_intro.c.
Referenced by state_init_intro(), and state_step_intro().
Definition at line 19 of file state_intro.c.
Referenced by state_init_intro(), and state_step_intro().
Definition at line 20 of file state_intro.c.
Referenced by state_init_intro(), and state_step_intro().
Definition at line 21 of file state_intro.c.
Referenced by state_init_intro(), and state_step_intro().
Definition at line 22 of file state_intro.c.
Referenced by state_init_intro(), and state_step_intro().
Definition at line 23 of file state_intro.c.
Referenced by state_init_intro(), and state_step_intro().
Definition at line 24 of file state_intro.c.
Referenced by state_init_intro(), and state_step_intro().