summaryrefslogblamecommitdiffstats
path: root/src/Mobs/NewMonster.h
blob: 7739fea4529ae1407c6d52167f4334b4502d212e (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                  

#pragma once

#include "../Entities/Pawn.h"
#include "../Defines.h"
#include "../BlockID.h"
#include "../Item.h"
#include "../Enchantments.h"
#include "../Mobs/AllComponents.h"





class cClientHandle;
class cWorld;