X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules%2FNeonFun.mod%2Fbot_NeonFun.h;h=0065182af104114df59487ac15455e150b0e158b;hb=291f15058a67b95bdfe6f6861cdfcb8ffd626149;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..0065182 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 @@ -20,15 +20,16 @@ #include "../../main.h" void init_NeonFun(int type); -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