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