#include "gameboy.h" gameboy::gameboy(const std::string &rom_file) { } gameboy::~gameboy() { } void gameboy::step() { }