1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-15 12:56:36 +00:00
openmw/apps/openmw/mwlua/vfsbindings.hpp

13 lines
212 B
C++

#ifndef MWLUA_VFSBINDINGS_H
#define MWLUA_VFSBINDINGS_H
#include <sol/forward.hpp>
namespace MWLua
{
struct Context;
sol::table initVFSPackage(const Context& context);
}
#endif // MWLUA_VFSBINDINGS_H