diff --git a/source/quickNES/nesInstance.hpp b/source/quickNES/nesInstance.hpp index de0ca6e..6a26d49 100644 --- a/source/quickNES/nesInstance.hpp +++ b/source/quickNES/nesInstance.hpp @@ -1,8 +1,8 @@ #pragma once -#include -#include -#include +#include "core/nes_emu/Nes_Emu.h" +#include "core/nes_emu/Nes_State.h" +#include "../nesInstanceBase.hpp" #define _DUMMY_SIZE 65536 diff --git a/source/quickerNES/nesInstance.hpp b/source/quickerNES/nesInstance.hpp index 36a0efa..bfc72d4 100644 --- a/source/quickerNES/nesInstance.hpp +++ b/source/quickerNES/nesInstance.hpp @@ -1,7 +1,7 @@ #pragma once -#include -#include +#include "core/emu.hpp" +#include "../nesInstanceBase.hpp" typedef quickerNES::Emu emulator_t;