mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-18 19:41:30 +00:00
pets.cpp #include cleanup
This commit is contained in:
parent
f5ba442ba6
commit
c7a79d81ca
@ -15,30 +15,26 @@
|
|||||||
along with this program; if not, write to the Free Software
|
along with this program; if not, write to the Free Software
|
||||||
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 "../common/debug.h"
|
||||||
|
#include "../common/misc_functions.h"
|
||||||
#include "../common/spdat.h"
|
#include "../common/spdat.h"
|
||||||
#include "masterentity.h"
|
|
||||||
#include "../common/packet_dump.h"
|
|
||||||
#include "../common/moremath.h"
|
|
||||||
#include "../common/item.h"
|
|
||||||
#include "zonedb.h"
|
|
||||||
#include "worldserver.h"
|
|
||||||
#include "../common/skills.h"
|
|
||||||
#include "../common/bodytypes.h"
|
|
||||||
#include "../common/classes.h"
|
|
||||||
#include "../common/string_util.h"
|
#include "../common/string_util.h"
|
||||||
|
#include "../common/types.h"
|
||||||
|
|
||||||
|
#include "entity.h"
|
||||||
|
#include "client.h"
|
||||||
|
#include "mob.h"
|
||||||
|
|
||||||
#include "pets.h"
|
#include "pets.h"
|
||||||
#include <math.h>
|
#include "worldserver.h"
|
||||||
#include <assert.h>
|
#include "zonedb.h"
|
||||||
|
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "../common/unix.h"
|
#include "../common/unix.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "string_ids.h"
|
|
||||||
|
|
||||||
///////////////////////////////////////////////////////////////////////////////
|
|
||||||
// pet related functions
|
|
||||||
|
|
||||||
const char *GetRandPetName()
|
const char *GetRandPetName()
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user