mirror of
https://github.com/OpenMW/openmw.git
synced 2025-10-15 12:56:36 +00:00
13 lines
212 B
C++
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
|