X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=src%2Fmodules%2FNeonFun.mod%2Fbot_NeonFun.h;h=a2a9ea49adaca9c83d6de775e2bf8c505e472061;hb=9f992f346db24a642e3fe5362ae377ebe9002aa7;hp=0065182af104114df59487ac15455e150b0e158b;hpb=c99b8d5951fe6429844c8cb5ff94213bb625ad95;p=NeonServV5.git diff --git a/src/modules/NeonFun.mod/bot_NeonFun.h b/src/modules/NeonFun.mod/bot_NeonFun.h index 0065182..a2a9ea4 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.5 +/* bot_NeonFun.h - NeonServ v5.6 * Copyright (C) 2011-2012 Philipp Kreil (pk910) * * This program is free software: you can redistribute it and/or modify @@ -24,6 +24,7 @@ void free_NeonFun(int type); struct uno_game; struct fourwins_game; +struct bj_game; struct ChanNode; struct UserNode; @@ -31,5 +32,6 @@ char* getSetting(struct UserNode *user, struct ChanNode *chan, const char *setti 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, ...); +void bj_reply(struct bj_game *game, struct UserNode *user, const char *text, ...); #endif \ No newline at end of file