mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-03 17:37:18 +00:00
12 lines
212 B
C++
12 lines
212 B
C++
#include "consoleextensions.hpp"
|
|
|
|
#include <components/interpreter/interpreter.hpp>
|
|
|
|
namespace MWScript
|
|
{
|
|
namespace Console
|
|
{
|
|
void installOpcodes(Interpreter::Interpreter& interpreter) {}
|
|
}
|
|
}
|