AllToLua: Fixed cMonster inheritance.
This commit is contained in:
parent
2fed8c3227
commit
93031dffd8
@ -42,7 +42,6 @@ $cfile "WebPlugin.h"
|
||||
$cfile "LuaWindow.h"
|
||||
|
||||
$cfile "../BlockID.h"
|
||||
$cfile "../Mobs/MonsterTypes.h"
|
||||
$cfile "../BlockInfo.h"
|
||||
$cfile "../StringUtils.h"
|
||||
$cfile "../Defines.h"
|
||||
@ -63,7 +62,6 @@ $cfile "../BlockArea.h"
|
||||
$cfile "../Generating/ChunkDesc.h"
|
||||
$cfile "../CraftingRecipes.h"
|
||||
$cfile "../UI/Window.h"
|
||||
$cfile "../Mobs/Monster.h"
|
||||
$cfile "../CompositeChat.h"
|
||||
$cfile "../Map.h"
|
||||
$cfile "../MapManager.h"
|
||||
@ -93,6 +91,8 @@ $cfile "../Entities/ThrownEnderPearlEntity.h"
|
||||
$cfile "../Entities/ThrownSnowballEntity.h"
|
||||
$cfile "../Entities/TNTEntity.h"
|
||||
$cfile "../Entities/WitherSkullEntity.h"
|
||||
$cfile "../Mobs/MonsterTypes.h"
|
||||
$cfile "../Mobs/Monster.h"
|
||||
|
||||
// Block entities:
|
||||
$cfile "../BlockEntities/BlockEntity.h"
|
||||
|
Loading…
Reference in New Issue
Block a user