]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - warp/score.h
cgram: allow providing an input file instead of the random fortune
[bsdgames-darwin.git] / warp / score.h
index 9a135d1e6b41753a4fc3c4a3acc086b12b104b31..a47521f071f358f645df8a54fe18e96f2a9ba9c9 100644 (file)
@@ -26,7 +26,7 @@ EXT long oldeenergy;
 EXT long oldbenergy;
 EXT long oldcurscore;
 
-EXT char savefilename[40];
+EXT char savefilename[512];
 
 #ifdef SCOREFULL
 #define COMPOFF 0
@@ -41,9 +41,9 @@ EXT char longlognam[128];
 
 EXT char c INIT(' ');
 
-void score_init();
-void wscore();
-void display_status();
-void wavescore();
-void score();
-void save_game();
+void score_init(void);
+__dead void wscore(void);
+void display_status(void);
+void wavescore(void);
+void score(void);
+void save_game(void);