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