2012-07-30 11:43:28 +02:00
|
|
|
#include "consoleextensions.hpp"
|
|
|
|
|
|
|
|
#include <components/interpreter/interpreter.hpp>
|
|
|
|
|
|
|
|
namespace MWScript
|
|
|
|
{
|
|
|
|
namespace Console
|
|
|
|
{
|
2022-09-22 21:26:05 +03:00
|
|
|
void installOpcodes(Interpreter::Interpreter& interpreter) {}
|
2012-07-30 11:43:28 +02:00
|
|
|
}
|
|
|
|
}
|