examples/tank/mud.h File Reference

Go to the source code of this file.

Classes

struct  mud

Typedefs

typedef struct mud mud_t

Functions

mud_tmud_new (redraw_man_t *rdman, coord_t *parent_coord)
void mud_free (mud_t *obj)


Typedef Documentation

typedef struct mud mud_t

Definition at line 4 of file mud.h.


Function Documentation

void mud_free ( mud_t obj  ) 

Definition at line 129 of file mud.c.

mud_t* mud_new ( redraw_man_t rdman,
coord_t parent_coord 
)

Definition at line 10 of file mud.c.

SourceForge.net Logo