X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2Fmodules%2FNeonFun.mod%2Fbot_NeonFun.h;h=a2a9ea49adaca9c83d6de775e2bf8c505e472061;hp=291c456f9896e66aefe04ce67c9a976d0630dedf;hb=9f992f346db24a642e3fe5362ae377ebe9002aa7;hpb=4761ec8711725a1f6c0bd8b1a166dd7da1899b13 diff --git a/src/modules/NeonFun.mod/bot_NeonFun.h b/src/modules/NeonFun.mod/bot_NeonFun.h index 291c456..a2a9ea4 100644 --- a/src/modules/NeonFun.mod/bot_NeonFun.h +++ b/src/modules/NeonFun.mod/bot_NeonFun.h @@ -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