#ifndef OPCODE_H #define OPCODE_H class Opcode { public: Opcode(); }; #endif // OPCODE_H