mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-15 18:10:26 +00:00
refactor(Core/Misc): headers cleanup (#9259)
This commit is contained in:
@@ -17,17 +17,17 @@
|
||||
|
||||
#ifndef _PLAYER_COMMAND_H
|
||||
#define _PLAYER_COMMAND_H
|
||||
#include "Chat.h"
|
||||
#include "Player.h"
|
||||
|
||||
namespace Acore
|
||||
#include "Chat.h"
|
||||
#include "Common.h"
|
||||
|
||||
class Player;
|
||||
class SpellInfo;
|
||||
|
||||
namespace Acore::PlayerCommand
|
||||
{
|
||||
// Used in player/character commands
|
||||
namespace PlayerCommand
|
||||
{
|
||||
bool HandleLearnSpellCommand(ChatHandler* handler, Player* targetPlayer, SpellInfo const* spell, Optional<EXACT_SEQUENCE("all")> allRanks);
|
||||
bool HandleUnlearnSpellCommand(ChatHandler* handler, Player* targetPlayer, SpellInfo const* spell, Optional<EXACT_SEQUENCE("all")> allRanks);
|
||||
};
|
||||
bool HandleLearnSpellCommand(ChatHandler* handler, Player* targetPlayer, SpellInfo const* spell, Optional<EXACT_SEQUENCE("all")> allRanks);
|
||||
bool HandleUnlearnSpellCommand(ChatHandler* handler, Player* targetPlayer, SpellInfo const* spell, Optional<EXACT_SEQUENCE("all")> allRanks);
|
||||
};
|
||||
|
||||
#endif // _PLAYER_COMMAND_H
|
||||
|
||||
Reference in New Issue
Block a user