#ifndef GAME_OPL_H #define GAME_OPL_H #include namespace Opl { void write(uint16_t reg, uint8_t data); } #endif //GAME_OPL_H