mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-21 05:21:43 -04: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)
|
|
{
|
|
|
|
}
|
|
}
|
|
}
|