X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules%2FNeonFun.mod%2Fgame_4wins.h;h=6f5cbf180459c4c857e8921336e02466d99c73b2;hb=78e040af3fcc36ab684611c0f98b4381ff420878;hp=7e404b6e02c5de4819b16ec7470d34326698d18c;hpb=eb2aab55a1f97b329c0409d32d35d1f112facedb;p=NeonServV5.git diff --git a/src/modules/NeonFun.mod/game_4wins.h b/src/modules/NeonFun.mod/game_4wins.h index 7e404b6..6f5cbf1 100644 --- a/src/modules/NeonFun.mod/game_4wins.h +++ b/src/modules/NeonFun.mod/game_4wins.h @@ -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