]> jfr.im git - irc/gameservirc.git/blobdiff - gameserv/extern.h
TODO update, we've already got cheaters
[irc/gameservirc.git] / gameserv / extern.h
index 23bc6fbaa3cea30f653f963fe3b1230e68fc6542..8905247875411c50ce828da1447399f1fa1e68fa 100644 (file)
@@ -41,6 +41,7 @@ E char *c_Forest;
 E char *c_ForestTopic;
 E char *gshost;
 E char *gsident;
+E char *pidfile;
 
 #if defined(P10)
 E char *gsnum;
@@ -64,6 +65,7 @@ E int forestfights;
 
 E List<aClient> clients;
 E List<aClient> players;
+E Monster boss;
 
 /** List search functions **/
 E aClient *find(char *nick);