1
This commit is contained in:
parent
cfca065bdb
commit
57e4ce29fc
@ -2,13 +2,6 @@
|
||||
|
||||
#include "roomentity.h"
|
||||
|
||||
namespace MetaData
|
||||
{
|
||||
struct Player;
|
||||
struct Equip;
|
||||
struct MapThing;
|
||||
}
|
||||
|
||||
class Human;
|
||||
class Loot : public RoomEntity
|
||||
{
|
||||
|
@ -2,11 +2,6 @@
|
||||
|
||||
#include "weakptr.h"
|
||||
|
||||
namespace MetaData
|
||||
{
|
||||
struct Equip;
|
||||
}
|
||||
|
||||
class Creature;
|
||||
class Obstacle;
|
||||
class Explosion;
|
||||
|
@ -52,6 +52,7 @@
|
||||
#include "custom_team.h"
|
||||
#include "custom_member.h"
|
||||
#include "GGListener.h"
|
||||
#include "netdata.h"
|
||||
|
||||
#include "mt/Param.h"
|
||||
#include "mt/Buff.h"
|
||||
|
@ -34,6 +34,7 @@
|
||||
#include "stats.h"
|
||||
#include "mapinstance.h"
|
||||
#include "debugcmd.h"
|
||||
#include "netdata.h"
|
||||
|
||||
#include "mt/Param.h"
|
||||
#include "mt/Equip.h"
|
||||
@ -842,8 +843,10 @@ void Player::ProcInteraction()
|
||||
#endif
|
||||
}
|
||||
}
|
||||
#ifdef MYDEBUG
|
||||
last_interaction_objids_ = std::move(interaction_objids);
|
||||
last_interaction_frameno_ = room->GetFrameNo();
|
||||
#endif
|
||||
interaction_objids.clear();
|
||||
if (notify_msg.items().size() > 0) {
|
||||
SendNotifyMsg(notify_msg);
|
||||
|
@ -50,6 +50,7 @@
|
||||
#include "ingamevoice.h"
|
||||
#include "jsondatamgr.h"
|
||||
#include "httpproxy.h"
|
||||
#include "netdata.h"
|
||||
|
||||
#include "mt/Param.h"
|
||||
#include "mt/Hero.h"
|
||||
|
@ -6,8 +6,6 @@
|
||||
#include <f8/protoutils.h>
|
||||
#include <f8/timer.h>
|
||||
|
||||
#include "netdata.h"
|
||||
|
||||
namespace cs
|
||||
{
|
||||
class CMJoin;
|
||||
@ -15,11 +13,6 @@ namespace cs
|
||||
class CMPing;
|
||||
}
|
||||
|
||||
namespace MetaData
|
||||
{
|
||||
struct Map;
|
||||
}
|
||||
|
||||
class GridService;
|
||||
class MapService;
|
||||
class MapInstance;
|
||||
|
@ -3,12 +3,6 @@
|
||||
#include "weakptr.h"
|
||||
#include "DetourNavMesh.h"
|
||||
|
||||
namespace MetaData
|
||||
{
|
||||
struct Equip;
|
||||
struct Skill;
|
||||
}
|
||||
|
||||
namespace cs
|
||||
{
|
||||
struct CMJoin;
|
||||
|
Loading…
x
Reference in New Issue
Block a user