#ifndef __TABLETRACKER_LUA_H #define __TABLETRACKER_LUA_H #include "tabletracker.h" #include void luaopen_tabletracker (lua_State *L); #endif