ppsspp/Windows/Debugger/Debugger.h

16 lines
755 B
C
Raw Normal View History

2012-11-01 15:19:01 +00:00
/////////////////////////////////////////////////////////////////////////////////////////////////////
// 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