Searched refs:Handle_debris (Results 1 – 6 of 6) sorted by relevance
/dports/games/xpilot/xpilot-4.5.5/src/client/ |
H A D | paint.h | 224 int Handle_debris(int type, u_byte *p, int n);
|
H A D | paintdata.c | 736 int Handle_debris(int type, u_byte *p, int n) in Handle_debris() function
|
H A D | netclient.c | 2018 r = Handle_debris(type - PKT_DEBRIS, (u_byte*)rbuf.ptr, n); in Receive_debris()
|
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/ |
H A D | client.h | 762 int Handle_debris(int type, u_byte *p, int n);
|
H A D | netclient.c | 1770 r = Handle_debris(type - PKT_DEBRIS, (u_byte*)rbuf.ptr, n); in Receive_debris()
|
H A D | client.c | 1883 int Handle_debris(int type, u_byte *p, int n) in Handle_debris() function
|