repo.or.cz
/
cantaveria.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed function prototypes.
[cantaveria.git]
/
boot.h
blob
132de3c63d30aeab8b8fe8d99aa1cbe125c1fa8a
1
2
void
stage_init
(
void
);
3
4
void
seq_init
(
void
);
5
void
synth_init
(
void
);
6
7
void
audio_init
(
void
);
8
void
audio_quit
(
void
);
9
10
void
graphics_init
(
void
);
11
12
void
loader_init
(
void
);
13
void
loader_quit
(
void
);
14
15
void
text_init
(
void
);