]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - warp/weapon.h
games: remove trailing whitespace in *.c and *.h
[bsdgames-darwin.git] / warp / weapon.h
index 6872bb7200526b2ed91ddb88416101fa4d02a339..dbe129cecf8612d98b8d01fd85de61c0e5818b35 100644 (file)
@@ -3,7 +3,7 @@
 /* Log:        weapon.h,v
  * Revision 7.0  86/10/08  15:18:20  lwall
  * Split into separate files.  Added amoebas and pirates.
- * 
+ *
  */
 
 EXT int tractor INIT(0);
@@ -15,8 +15,8 @@ EXT OBJECT *isatorp[2][3][3];
 
 EXT int aretorps;
 
-void fire_torp();
-void attack();
-void fire_phaser();
-int tract();
-void weapon_init();
+void weapon_init(void);
+void fire_torp(OBJECT *, int, int);
+void attack(OBJECT *);
+void fire_phaser(OBJECT *, int, int);
+int tract(OBJECT *, int, int, int);