examples/tank/brick.h File Reference

Go to the source code of this file.

Classes

struct  brick

Typedefs

typedef struct brick brick_t

Functions

brick_tbrick_new (redraw_man_t *rdman, coord_t *parent_coord)
void brick_free (brick_t *obj)


Typedef Documentation

typedef struct brick brick_t

Definition at line 4 of file brick.h.


Function Documentation

void brick_free ( brick_t obj  ) 

Definition at line 137 of file brick.c.

brick_t* brick_new ( redraw_man_t rdman,
coord_t parent_coord 
)

Definition at line 10 of file brick.c.

SourceForge.net Logo