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