2012-06-15 18:40:51 -04:00
|
|
|
|
|
|
|
$#include "Globals.h" // NOTE: MSVC stupidness requires this to be the same across all modules
|
|
|
|
|
|
|
|
$#include "tolua_base.h"
|
|
|
|
|
2012-07-02 12:38:30 -04:00
|
|
|
$cfile "ChunkDef.h"
|
2012-07-02 12:30:17 -04:00
|
|
|
|
2012-09-23 18:25:33 -04:00
|
|
|
$cfile "Torch.h"
|
|
|
|
$cfile "Stairs.h"
|
|
|
|
$cfile "Ladder.h"
|
|
|
|
$cfile "Vine.h"
|
2012-06-15 18:40:51 -04:00
|
|
|
|
|
|
|
$cfile "../iniFile/iniFile.h"
|
|
|
|
|
|
|
|
$cfile "BlockID.h"
|
|
|
|
$cfile "Defines.h"
|
|
|
|
$cfile "LuaFunctions.h"
|
2012-09-23 18:25:33 -04:00
|
|
|
$cfile "StringMap.h"
|
|
|
|
$cfile "ChatColor.h"
|
|
|
|
$cfile "ClientHandle.h"
|
|
|
|
$cfile "Entity.h"
|
|
|
|
$cfile "Pawn.h"
|
|
|
|
$cfile "Player.h"
|
|
|
|
$cfile "PluginManager.h"
|
|
|
|
$cfile "Plugin.h"
|
|
|
|
$cfile "Plugin_NewLua.h"
|
|
|
|
$cfile "Server.h"
|
|
|
|
$cfile "World.h"
|
|
|
|
$cfile "Inventory.h"
|
|
|
|
$cfile "Item.h"
|
|
|
|
$cfile "ChestEntity.h"
|
|
|
|
$cfile "WebAdmin.h"
|
|
|
|
$cfile "WebPlugin.h"
|
|
|
|
$cfile "Pickup.h"
|
|
|
|
$cfile "Root.h"
|
2012-09-23 17:23:33 -04:00
|
|
|
$cfile "OSSupport/TCPLink.h"
|
2012-06-15 18:40:51 -04:00
|
|
|
$cfile "Vector3f.h"
|
|
|
|
$cfile "Vector3d.h"
|
|
|
|
$cfile "Vector3i.h"
|
|
|
|
$cfile "Matrix4f.h"
|
2012-09-23 18:25:33 -04:00
|
|
|
$cfile "Cuboid.h"
|
|
|
|
$cfile "MCLogger.h"
|
|
|
|
$cfile "Tracer.h"
|
|
|
|
$cfile "Group.h"
|
2012-07-09 03:00:28 -04:00
|
|
|
$cfile "BlockArea.h"
|
2012-09-23 18:25:33 -04:00
|
|
|
$cfile "LuaChunk.h"
|
2012-06-15 18:40:51 -04:00
|
|
|
$cfile "CraftingRecipes.h"
|
2012-09-02 09:34:59 -04:00
|
|
|
$cfile "LuaItems.h"
|