mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-04 02:41:19 +00:00
12 lines
201 B
C++
12 lines
201 B
C++
#ifndef MWLUA_CAMERABINDINGS_H
|
|
#define MWLUA_CAMERABINDINGS_H
|
|
|
|
#include <sol/forward.hpp>
|
|
|
|
namespace MWLua
|
|
{
|
|
sol::table initCameraPackage(sol::state_view& lua);
|
|
}
|
|
|
|
#endif // MWLUA_CAMERABINDINGS_H
|