#ifndef sk_OPCODES_HPP #define sk_OPCODES_HPP #include "commons.hpp" #define OPCODE(G) \ G(OPCODE_PUSH_CONST) SK_ENUM(Opcode, OPCODE); #endif