2010-06-28 19:49:48 +00:00
|
|
|
#ifndef INTERPRETER_INSTALLOPCODES_H_INCLUDED
|
|
|
|
#define INTERPRETER_INSTALLOPCODES_H_INCLUDED
|
|
|
|
|
|
|
|
namespace Interpreter
|
|
|
|
{
|
|
|
|
class Interpreter;
|
2022-09-22 18:26:05 +00:00
|
|
|
|
|
|
|
void installOpcodes(Interpreter& interpreter);
|
2010-06-28 19:49:48 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#endif
|