Home
last modified time | relevance | path

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

/openbsd-src/games/hunt/huntd/
H A Dserver.h167 struct bullet_def { struct
168 int b_x, b_y;
169 int b_face;
170 int b_charge;
171 char b_type;
172 char b_size;
173 char b_over;
174 PLAYER *b_owner;
175 IDENT *b_score;
176 FLAG b_expl;
[all …]