X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules%2FNeonFun.mod%2Fbot_NeonFun.h;h=9b8bdb19ef897b325ffdee95ac05688091747b3d;hb=78e040af3fcc36ab684611c0f98b4381ff420878;hp=6e0e0f6869c136d67fb779e2a89fb4cadd14a2fd;hpb=526e5dc8858b20cb0a0ba57de87656c29a1aa90d;p=NeonServV5.git diff --git a/src/modules/NeonFun.mod/bot_NeonFun.h b/src/modules/NeonFun.mod/bot_NeonFun.h index 6e0e0f6..9b8bdb1 100644 --- a/src/modules/NeonFun.mod/bot_NeonFun.h +++ b/src/modules/NeonFun.mod/bot_NeonFun.h @@ -1,4 +1,4 @@ -/* bot_NeonFun.h - NeonServ v5.4 +/* bot_NeonFun.h - NeonServ v5.5 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -24,11 +24,13 @@ void loop_NeonFun(); void free_NeonFun(int type); struct uno_game; +struct fourwins_game; struct ChanNode; struct UserNode; char* getSetting(struct UserNode *user, struct ChanNode *chan, const char *setting); void setSetting(struct UserNode *user, struct ChanNode *chan, const char *setting, const char *value); void uno_reply(struct uno_game *game, struct UserNode *user, const char *text, ...); +void fourwins_reply(struct fourwins_game *game, const char *text, ...); #endif \ No newline at end of file