GleeBug/JoyBug/Debugger.Loop.h

11 lines
147 B
C++

#ifndef _DEBUGGER_LOOP_H
#define _DEBUGGER_LOOP_H
#include "_global.h"
namespace Debugger
{
void Loop();
};
#endif //_DEBUGGER_LOOP_H