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-11-01 17:38:20 -04:00
|
|
|
// Typedefs from Globals.h, so that we don't have to include that file:
|
|
|
|
typedef long long Int64;
|
|
|
|
typedef int Int32;
|
|
|
|
typedef short Int16;
|
|
|
|
|
|
|
|
typedef unsigned long long UInt64;
|
|
|
|
typedef unsigned int UInt32;
|
|
|
|
typedef unsigned short UInt16;
|
|
|
|
|
|
|
|
|
2012-07-02 12:38:30 -04:00
|
|
|
$cfile "ChunkDef.h"
|
2012-07-02 12:30:17 -04:00
|
|
|
|
2012-06-15 18:40:51 -04:00
|
|
|
$cfile "../iniFile/iniFile.h"
|
|
|
|
|
|
|
|
$cfile "BlockID.h"
|
2013-07-07 10:42:07 -04:00
|
|
|
$cfile "StringUtils.h"
|
2012-06-15 18:40:51 -04:00
|
|
|
$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"
|
2013-06-02 06:40:20 -04:00
|
|
|
$cfile "Enchantments.h"
|
2012-09-23 18:25:33 -04:00
|
|
|
$cfile "Item.h"
|
2013-04-10 15:52:03 -04:00
|
|
|
$cfile "ItemGrid.h"
|
2013-05-28 15:12:47 -04:00
|
|
|
$cfile "BlockEntities/BlockEntity.h"
|
|
|
|
$cfile "BlockEntities/BlockEntityWithItems.h"
|
|
|
|
$cfile "BlockEntities/ChestEntity.h"
|
|
|
|
$cfile "BlockEntities/DropSpenserEntity.h"
|
|
|
|
$cfile "BlockEntities/DispenserEntity.h"
|
|
|
|
$cfile "BlockEntities/DropperEntity.h"
|
2013-06-16 16:24:07 -04:00
|
|
|
$cfile "BlockEntities/FurnaceEntity.h"
|
2012-09-23 18:25:33 -04:00
|
|
|
$cfile "WebAdmin.h"
|
|
|
|
$cfile "WebPlugin.h"
|
|
|
|
$cfile "Pickup.h"
|
|
|
|
$cfile "Root.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 "Tracer.h"
|
|
|
|
$cfile "Group.h"
|
2012-07-09 03:00:28 -04:00
|
|
|
$cfile "BlockArea.h"
|
2013-01-25 05:12:29 -05:00
|
|
|
$cfile "Generating/ChunkDesc.h"
|
2012-06-15 18:40:51 -04:00
|
|
|
$cfile "CraftingRecipes.h"
|
2013-05-30 15:34:09 -04:00
|
|
|
$cfile "UI/Window.h"
|
|
|
|
$cfile "LuaWindow.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|