#ifndef GAME_OPL_H
#define GAME_OPL_H
#include <cstdint>
namespace Opl {
void write(uint16_t reg, uint8_t data);
}
#endif //GAME_OPL_H
Powered by TurnKey Linux.