#ifndef __LUA_CALLBACK_H__ #define __LUA_CALLBACK_H__ struct lua_State; namespace OrxScript { class LuaVirtualMachine; int luaCallback (lua_State *lua); } #endif /* __LUA_CALLBACK_H__*/