#ifndef LUA_OFFSETS_H #define LUA_OFFSETS_H #include "luamain.h" namespace lua { void RegisterEngine(lua::state &st); } #endif