ppsspp/Windows/Debugger/Debugger.h
2012-11-01 16:19:01 +01:00

16 lines
755 B
C

/////////////////////////////////////////////////////////////////////////////////////////////////////
// M O D U L E B E G I N ///////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////
#ifndef DEBUGGER_H
#define DEBUGGER_H
/////////////////////////////////////////////////////////////////////////////////////////////////////
// I N C L U D E S //////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////
#include "Debugger_Disam.h"
#include "Debugger_BreakPoints.h"
#include "Debugger_LogManager.h"
#endif