 |
naev 0.10.4
|
9unsigned int osd_create(
const char *title,
10 int nitems,
const char **items,
int priority );
11int osd_destroy(
unsigned int osd );
12int osd_active(
unsigned int osd,
int msg );
13int osd_getActive(
unsigned int osd );
14char *osd_getTitle(
unsigned int osd );
15char **osd_getItems(
unsigned int osd );
20int osd_setup(
int x,
int y,
int w,
int h );
22void osd_render (
void);