Added code blocks for non-BOTS build failures

This commit is contained in:
Uleat
2016-03-25 12:29:31 -04:00
parent 817d8ceb64
commit a99befebfe
6 changed files with 24 additions and 1 deletions
+4
View File
@@ -20,6 +20,8 @@
#ifndef BOT_COMMAND_H
#define BOT_COMMAND_H
#ifdef BOTS
class Client;
class Seperator;
@@ -665,3 +667,5 @@ void helper_send_usage_required_bots(Client *bot_owner, BCEnum::SpType spell_typ
bool helper_spell_check_fail(STBaseEntry* local_entry);
bool helper_spell_list_fail(Client *bot_owner, bcst_list* spell_list, BCEnum::SpType spell_type);
#endif
#endif // BOTS