mirror of
https://github.com/OpenMW/openmw.git
synced 2025-12-13 07:13:06 +00:00
13 lines
207 B
C++
13 lines
207 B
C++
#ifndef MWLUA_VFSBINDINGS_H
|
|
#define MWLUA_VFSBINDINGS_H
|
|
|
|
#include <sol/forward.hpp>
|
|
|
|
#include "context.hpp"
|
|
|
|
namespace MWLua
|
|
{
|
|
sol::table initVFSPackage(const Context&);
|
|
}
|
|
|
|
#endif // MWLUA_VFSBINDINGS_H
|