29 #include "../../idlib/precompiled.h"
32 #include "../../sys/win32/rc/debugger_resource.h"
41 mOptions (
"Software\\id Software\\DOOM3\\Tools\\Debugger" )
53 rvDebuggerApp::~rvDebuggerApp ( )
70 INITCOMMONCONTROLSEX ex;
71 ex.dwICC = ICC_USEREX_CLASSES | ICC_LISTVIEW_CLASSES | ICC_WIN95_CLASSES;
72 ex.dwSize =
sizeof(INITCOMMONCONTROLSEX);
108 while ( PeekMessage ( &msg,
NULL, 0, 0, PM_NOREMOVE ) )
110 if ( !GetMessage (&msg,
NULL, 0, 0) )
117 TranslateMessage(&msg);
118 DispatchMessage(&msg);
rvRegistryOptions mOptions
void Sleep(const int time)
bool TranslateAccelerator(LPMSG msg)
bool ProcessWindowMessages(void)
bool Create(HINSTANCE hInstance)
bool ProcessMessages(void)
#define IDR_DBG_ACCELERATORS
rvDebuggerWindow * mDebuggerWindow
bool Initialize(HINSTANCE hInstance)