examples/tank/rock.h File Reference

Go to the source code of this file.

Classes

struct  rock

Typedefs

typedef struct rock rock_t

Functions

rock_trock_new (redraw_man_t *rdman, coord_t *parent_coord)
void rock_free (rock_t *obj)


Typedef Documentation

typedef struct rock rock_t

Definition at line 4 of file rock.h.


Function Documentation

void rock_free ( rock_t obj  ) 

Definition at line 125 of file rock.c.

rock_t* rock_new ( redraw_man_t rdman,
coord_t parent_coord 
)

Definition at line 10 of file rock.c.

SourceForge.net Logo