mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-03-06 14:27:44 +00:00
Added headers for new debugger classes
This commit is contained in:
parent
2465354ef6
commit
036c371592
|
@ -128,9 +128,17 @@ extern void InfoLog(const char *fmt, ...);
|
|||
#include "ROMLoad.h"
|
||||
#include "INIFile.h"
|
||||
#include "BlockFile.h"
|
||||
#include "Logger.h"
|
||||
#include "Graphics/Render2D.h"
|
||||
#include "Graphics/Render3D.h"
|
||||
#include "Graphics/Shader.h"
|
||||
#ifdef SUPERMODEL_DEBUGGER
|
||||
#include "Debugger/SupermodelDebugger.h"
|
||||
#include "Debugger/CPU/PPCDebug.h"
|
||||
#ifdef SUPERMODEL_SOUND
|
||||
#include "Debugger/CPU/68KDebug.h"
|
||||
#endif // SUPERMODEL_SOUND
|
||||
#endif // SUPERMODEL_DEBUGGER
|
||||
#include "CPU/PowerPC/PPCDisasm.h"
|
||||
#include "CPU/PowerPC/ppc.h"
|
||||
#ifdef SUPERMODEL_SOUND
|
||||
|
|
Loading…
Reference in a new issue