1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-08 15:04:30 +00:00
openmw/apps/openmw/mwlua/soundbindings.hpp
2023-08-15 10:28:29 +04:00

15 lines
280 B
C++

#ifndef MWLUA_SOUNDBINDINGS_H
#define MWLUA_SOUNDBINDINGS_H
#include <sol/forward.hpp>
#include "context.hpp"
namespace MWLua
{
sol::table initCoreSoundBindings(const Context&);
sol::table initAmbientPackage(const Context& context);
}
#endif // MWLUA_SOUNDBINDINGS_H