1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-03 17:37:18 +00:00
OpenMW/apps/openmw/mwscript/consoleextensions.cpp
2022-09-22 21:35:26 +03:00

12 lines
212 B
C++

#include "consoleextensions.hpp"
#include <components/interpreter/interpreter.hpp>
namespace MWScript
{
namespace Console
{
void installOpcodes(Interpreter::Interpreter& interpreter) {}
}
}