1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-09 03:39:14 +00:00
OpenMW/apps/openmw/mwscript/consoleextensions.cpp
2019-02-23 08:02:12 +04:00

15 lines
231 B
C++

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