 |
naev 0.11.5
|
8#define OMSG_FONT_DEFAULT_SIZE 16
13unsigned int omsg_add(
const char *msg,
double duration,
int fontsize,
const glColour *col );
14int omsg_change(
unsigned int id,
const char *msg,
double duration );
15int omsg_exists(
unsigned int id );
16void omsg_rm(
unsigned int id );
21void omsg_position(
double center_x,
double center_y,
double width );
22void omsg_cleanup (
void);
23void omsg_render(
double dt );