examples/tank/bullet.h File Reference

Go to the source code of this file.

Classes

struct  bullet

Typedefs

typedef struct bullet bullet_t

Functions

bullet_tbullet_new (redraw_man_t *rdman, coord_t *parent_coord)
void bullet_free (bullet_t *obj)


Typedef Documentation

typedef struct bullet bullet_t

Definition at line 4 of file bullet.h.


Function Documentation

void bullet_free ( bullet_t obj  ) 

Definition at line 50 of file bullet.c.

bullet_t* bullet_new ( redraw_man_t rdman,
coord_t parent_coord 
)

Definition at line 10 of file bullet.c.

SourceForge.net Logo