*** VERSION 5.6.0 ***
[NeonServV5.git] / src / modules / NeonFun.mod / game_4wins.h
index 7e404b6e02c5de4819b16ec7470d34326698d18c..986f8594a53f75063fdc54db131d66366c7490b3 100644 (file)
@@ -1,4 +1,4 @@
-/* game_4wins.h - NeonServ v5.4
+/* game_4wins.h - NeonServ v5.6
  * Copyright (C) 2011-2012  Philipp Kreil (pk910)
  * 
  * This program is free software: you can redistribute it and/or modify
@@ -57,7 +57,6 @@ void fourwins_show_matrix(struct fourwins_game *game);
 TIMEQ_CALLBACK(fourwins_timeout);
 void fourwins_free_game(struct fourwins_game *game);
 void fourwins_event_part(struct ChanUser *chanuser);
-void fourwins_event_quit(struct UserNode *user);
 void fourwins_event_freechan(struct ChanNode *chan);
 
 #endif