gcc wants us to define this struct, and that's correct

This commit is contained in:
Enno Rehling 2011-02-26 09:33:20 +01:00
parent b2d6203cec
commit 2e67e9c290
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ extern "C" {
#endif
struct lua_State;
struct quicklist;
int tolua_sqlite_open(struct lua_State * L);
int tolua_eressea_open(struct lua_State* L);
int tolua_spelllist_next(struct lua_State *L);