]> git.cameronkatri.com Git - bsdgames-darwin.git/blob - warp/move.h
games: remove trailing whitespace in *.c and *.h
[bsdgames-darwin.git] / warp / move.h
1 /* Header: move.h,v 7.0 86/10/08 15:12:46 lwall Exp */
2
3 /* Log: move.h,v
4 * Revision 7.0 86/10/08 15:12:46 lwall
5 * Split into separate files. Added amoebas and pirates.
6 *
7 */
8
9 void move_init(void);
10 void bounce(OBJECT *);
11 void move_universe(void);
12 int lookaround(int, int, char);
13 int lookfor(int, int, char);
14 OBJECT *lookimg(int, int, char);
15