source: abuse/tags/pd/abuse/inc/cop.hpp @ 161

Last change on this file since 161 was 49, checked in by Sam Hocevar, 15 years ago
  • Imported original public domain release, for future reference.
File size: 560 bytes
Line 
1#ifndef __COP_HPP_
2#define __COP_HPP_
3
4// functions defined for the main player,  these were translated because they
5// are called every tick and they were getting slow/complicated
6
7void *top_ai();
8void *laser_ufun(void *args);
9void *top_ufun(void *args);
10void *plaser_ufun(void *args);
11void *player_rocket_ufun(void *args);
12void *lsaber_ufun(void *args);
13void *cop_mover(int xm, int ym, int but);
14void *sgun_ai();
15void *ladder_ai();
16void *top_draw();
17void *bottom_draw();
18void *mover_ai();
19void *respawn_ai();
20void *score_draw();
21void *show_kills();
22
23#endif
Note: See TracBrowser for help on using the repository browser.