Home
last modified time | relevance | path

Searched defs:bullet_def (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/games/hunt/huntd/
H A Dhunt.h109 struct bullet_def { struct
110 int b_x, b_y;
111 int b_face;
112 int b_charge;
113 char b_type;
114 char b_size;
115 char b_over;
116 PLAYER *b_owner;
117 IDENT *b_score;
118 bool b_expl;
[all …]