Added entities. Rewrote stage, half 'working'.
[cantaveria.git] / boot.h
blob132de3c63d30aeab8b8fe8d99aa1cbe125c1fa8a
2 void stage_init(void);
4 void seq_init(void);
5 void synth_init(void);
7 void audio_init(void);
8 void audio_quit(void);
10 void graphics_init(void);
12 void loader_init(void);
13 void loader_quit(void);
15 void text_init(void);