17 lines
271 B
C++
17 lines
271 B
C++
// Copyright (C) 2007-2025 EQ2EMulator
|
|
// Licensed under GPL v3
|
|
#ifndef __EQ2_COMBAT_H__
|
|
#define __EQ2_COMBAT_H__
|
|
#include "Player.h"
|
|
#include "../common/timer.h"
|
|
#include "NPC_AI.h"
|
|
#include "MutexList.h"
|
|
|
|
class ZoneServer;
|
|
class SpellProcess;
|
|
class LuaSpell;
|
|
|
|
|
|
#endif
|
|
|