Project

General

Profile

Revision 320

multiplayer almost working, serial data not being transmitted?

View differences:

ent.h
49 49
void      (bullet_dtor)(bullet_t *p);
50 50
double  (bullet_get_x)       (const bullet_t *p);
51 51
double  (bullet_get_y)       (const bullet_t *p);
52
double  (bullet_get_vx)      (const bullet_t *p);
53
double  (bullet_get_vy)      (const bullet_t *p);
52 54
int16_t (bullet_get_x_screen)(const bullet_t *p);
53 55
int16_t (bullet_get_y_screen)(const bullet_t *p);
54 56
double  (bullet_get_damage)  (const bullet_t *p);

Also available in: Unified diff