repo.or.cz
/
neverball-archive.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Import from neverball-1.4.0.tar.gz
[neverball-archive.git]
/
putt
/
hud.h
blob
d727244d91a1326a7b51c6071c17ce605e50c0ec
1
#ifndef HUD_H
2
#define HUD_H
3
4
/*---------------------------------------------------------------------------*/
5
6
void
hud_init
(
void
);
7
void
hud_free
(
void
);
8
9
void
hud_paint
(
void
);
10
11
/*---------------------------------------------------------------------------*/
12
13
#endif