dfhack/plugins/Dfusion/include/lua_Offsets.h

13 lines
131 B
C++

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