project64/Source/Project64/N64System/Debugger/DebuggerUI.h

10 lines
231 B
C
Raw Normal View History

#pragma once
#include "../../WTLApp.h"
#include "../../N64System.h"
#include "DebugDialog.h"
#include "Debugger-MemorySearch.h"
#include "Debugger-ViewMemory.h"
#include "Debugger-MemoryDump.h"
#include "Debugger-TLB.h"