]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - warp/move.h
games: remove trailing whitespace in *.c and *.h
[bsdgames-darwin.git] / warp / move.h
index 51e614ad6b59cd831ec9bd59475e004f3ff6e363..6fdeb1da46bde844a1705a51808b1eb48c48c182 100644 (file)
@@ -3,12 +3,13 @@
 /* Log:        move.h,v
  * Revision 7.0  86/10/08  15:12:46  lwall
  * Split into separate files.  Added amoebas and pirates.
- * 
+ *
  */
 
-void bounce();
-void move_universe();
-int lookaround();
-int lookfor();
-OBJECT *lookimg();
-void move_init();
+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);
+