This commit is contained in:
CocoSimone
2022-05-07 10:25:01 +02:00
parent 44711efa44
commit fa13826af7
10 changed files with 23 additions and 13 deletions

6
src/core/gb/Cpu.hpp Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
#include <common.hpp>
namespace natsukashii::core {
struct Cpu {};
}