mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 09:06:46 +00:00
Merge upstream/master to incorporate EQEmu fixes
Resolve CMake style conflict in common/CMakeLists.txt by adopting the lowercase CMake command style used consistently throughout the upstream codebase.
This commit is contained in:
+16
-20
@@ -16,28 +16,27 @@
|
||||
along with this program; if not, write to the Free Software
|
||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*/
|
||||
#ifndef MOB_H
|
||||
#define MOB_H
|
||||
|
||||
#include "common.h"
|
||||
#include "../common/data_bucket.h"
|
||||
#include "entity.h"
|
||||
#include "hate_list.h"
|
||||
#include "pathfinder_interface.h"
|
||||
#include "position.h"
|
||||
#include "aa_ability.h"
|
||||
#include "aa.h"
|
||||
#include "../common/light_source.h"
|
||||
#include "../common/emu_constants.h"
|
||||
#include "combat_record.h"
|
||||
#include "event_codes.h"
|
||||
#pragma once
|
||||
|
||||
#include "common/data_bucket.h"
|
||||
#include "common/emu_constants.h"
|
||||
#include "common/light_source.h"
|
||||
#include "zone/aa_ability.h"
|
||||
#include "zone/aa.h"
|
||||
#include "zone/combat_record.h"
|
||||
#include "zone/common.h"
|
||||
#include "zone/entity.h"
|
||||
#include "zone/event_codes.h"
|
||||
#include "zone/hate_list.h"
|
||||
#include "zone/heal_rotation.h"
|
||||
#include "zone/pathfinder_interface.h"
|
||||
#include "zone/position.h"
|
||||
|
||||
#include <any>
|
||||
#include <memory>
|
||||
#include <set>
|
||||
#include <vector>
|
||||
#include <memory>
|
||||
|
||||
#include "heal_rotation.h"
|
||||
|
||||
char* strn0cpy(char* dest, const char* source, uint32 size);
|
||||
|
||||
@@ -1955,6 +1954,3 @@ private:
|
||||
void DoSpellInterrupt(uint16 spell_id, int32 mana_cost, int my_curmana);
|
||||
void HandleDoorOpen();
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user