mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-18 19:41:30 +00:00
special_attacks.cpp #include clean
This commit is contained in:
parent
904ae416c5
commit
35e9c3ad98
@ -16,17 +16,16 @@
|
|||||||
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "../common/debug.h"
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <math.h>
|
|
||||||
|
|
||||||
#include "masterentity.h"
|
|
||||||
#include "string_ids.h"
|
#include "../common/debug.h"
|
||||||
#include "../common/misc_functions.h"
|
#include "../common/misc_functions.h"
|
||||||
#include "../common/rulesys.h"
|
#include "../common/rulesys.h"
|
||||||
#include "../common/string_util.h"
|
#include "../common/string_util.h"
|
||||||
|
#include "masterentity.h"
|
||||||
|
#include "string_ids.h"
|
||||||
|
#include <stdio.h>
|
||||||
|
#include <string.h>
|
||||||
|
|
||||||
|
|
||||||
int Mob::GetKickDamage() {
|
int Mob::GetKickDamage() {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user