*** VERSION 5.5.0 ***
[NeonServV5.git] / src / modules / NeonFun.mod / game_4wins.h
index 7e404b6e02c5de4819b16ec7470d34326698d18c..6f5cbf180459c4c857e8921336e02466d99c73b2 100644 (file)
@@ -1,4 +1,4 @@
-/* game_4wins.h - NeonServ v5.4
+/* game_4wins.h - NeonServ v5.5
  * 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