Core/Housing: stage 37 declare tutorial session handler
This commit is contained in:
@@ -0,0 +1,23 @@
|
|||||||
|
/*
|
||||||
|
* This file is part of the TrinityCore Project. See AUTHORS file for Copyright information
|
||||||
|
*/
|
||||||
|
|
||||||
|
#ifndef TRINITYCORE_HOUSING_TUTORIAL_SESSION_H
|
||||||
|
#define TRINITYCORE_HOUSING_TUTORIAL_SESSION_H
|
||||||
|
|
||||||
|
#include "Define.h"
|
||||||
|
|
||||||
|
class WorldSession;
|
||||||
|
|
||||||
|
namespace WorldPackets::Housing
|
||||||
|
{
|
||||||
|
class HousingSvcsStartTutorial;
|
||||||
|
}
|
||||||
|
|
||||||
|
namespace Housing
|
||||||
|
{
|
||||||
|
TC_GAME_API void HandleStartTutorial(WorldSession* session,
|
||||||
|
WorldPackets::Housing::HousingSvcsStartTutorial& packet);
|
||||||
|
}
|
||||||
|
|
||||||
|
#endif // TRINITYCORE_HOUSING_TUTORIAL_SESSION_H
|
||||||
Reference in New Issue
Block a user