1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-02-25 08:09:42 +00:00
openmw/components/lua/utilpackage.hpp

14 lines
208 B
C++
Raw Normal View History

#ifndef COMPONENTS_LUA_UTILPACKAGE_H
#define COMPONENTS_LUA_UTILPACKAGE_H
#include <sol/sol.hpp>
namespace LuaUtil
{
sol::table initUtilPackage(sol::state&);
}
#endif // COMPONENTS_LUA_UTILPACKAGE_H