Core/Housing: stage 37 declare tutorial session handler

This commit is contained in:
Gexo91
2026-09-12 18:36:43 +03:00
parent 9bd4bb0088
commit b0792d28c4
@@ -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