summaryrefslogtreecommitdiffstats
path: root/warp/move.h
blob: 6fdeb1da46bde844a1705a51808b1eb48c48c182 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* Header: move.h,v 7.0 86/10/08 15:12:46 lwall Exp */

/* Log:	move.h,v
 * Revision 7.0  86/10/08  15:12:46  lwall
 * Split into separate files.  Added amoebas and pirates.
 *
 */

void move_init(void);
void bounce(OBJECT *);
void move_universe(void);
int lookaround(int, int, char);
int lookfor(int, int, char);
OBJECT *lookimg(int, int, char);