let's not use tolua++ since there are even fewer packages for it.

This commit is contained in:
Enno Rehling 2008-12-20 22:52:42 +00:00
parent 22cfb0d5d1
commit 5904d0b3f1
10 changed files with 10 additions and 10 deletions

View File

@ -19,7 +19,7 @@ without prior permission by the authors of Eressea.
#include <kernel/region.h>
#include <lua.h>
#include <tolua++.h>
#include <tolua.h>
int tolua_buildinglist_next(lua_State *tolua_S)
{

View File

@ -25,7 +25,7 @@ without prior permission by the authors of Eressea.
#include <util/language.h>
#include <lua.h>
#include <tolua++.h>
#include <tolua.h>
int tolua_factionlist_next(lua_State *tolua_S)

View File

@ -7,7 +7,7 @@
#include <kernel/region.h>
#include <lua.h>
#include <tolua++.h>
#include <tolua.h>
static int
tolua_run_mapper(lua_State* tolua_S)

View File

@ -24,7 +24,7 @@ without prior permission by the authors of Eressea.
#include <util/attrib.h>
#include <lua.h>
#include <tolua++.h>
#include <tolua.h>
#include <assert.h>

View File

@ -13,7 +13,7 @@
// lua includes
#include <lua.h>
#include <tolua++.h>
#include <tolua.h>
#define E_OK 0
#define E_INVALID_MESSAGE 1

View File

@ -32,7 +32,7 @@ without prior permission by the authors of Eressea.
#include <util/language.h>
#include <lua.h>
#include <tolua++.h>
#include <tolua.h>
int tolua_regionlist_next(lua_State *tolua_S)
{

View File

@ -22,7 +22,7 @@ without prior permission by the authors of Eressea.
#include <util/language.h>
#include <lua.h>
#include <tolua++.h>
#include <tolua.h>
int tolua_shiplist_next(lua_State *tolua_S)
{

View File

@ -44,7 +44,7 @@ without prior permission by the authors of Eressea.
#include <util/log.h>
#include <lua.h>
#include <tolua++.h>
#include <tolua.h>
#include <limits.h>

View File

@ -53,7 +53,7 @@ without prior permission by the authors of Eressea.
#include <util/rand.h>
#include <util/rng.h>
#include <tolua++.h>
#include <tolua.h>
#include <lua.h>
#include <time.h>

View File

@ -28,7 +28,7 @@ without prior permission by the authors of Eressea.
#include <kernel/region.h>
#include <lua.h>
#include <tolua++.h>
#include <tolua.h>
#include <assert.h>