mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2024-12-28 18:18:52 +00:00
14 lines
251 B
C++
14 lines
251 B
C++
#ifndef MWLUA_POSTPROCESSINGBINDINGS_H
|
|
#define MWLUA_POSTPROCESSINGBINDINGS_H
|
|
|
|
#include <sol/forward.hpp>
|
|
|
|
#include "context.hpp"
|
|
|
|
namespace MWLua
|
|
{
|
|
sol::table initPostprocessingPackage(const Context&);
|
|
}
|
|
|
|
#endif // MWLUA_POSTPROCESSINGBINDINGS_H
|