1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 03:39:14 +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