doom3-gpl
Doom 3 GPL source release
|
#include "../../idlib/precompiled.h"
#include "../../sys/win32/rc/debugger_resource.h"
#include "DebuggerApp.h"
#include "../Common/OpenFileDialog.h"
#include "DebuggerQuickWatchDlg.h"
#include "DebuggerFindDlg.h"
Go to the source code of this file.
Macros | |
#define | DEBUGGERWINDOWCLASS "QUAKE4_DEBUGGER_WINDOW" |
#define | ID_DBG_WINDOWMIN 18900 |
#define | ID_DBG_WINDOWMAX 19900 |
#define | IDC_DBG_SCRIPT 31000 |
#define | IDC_DBG_OUTPUT 31001 |
#define | IDC_DBG_SPLITTER 31002 |
#define | IDC_DBG_TABS 31003 |
#define | IDC_DBG_BORDER 31004 |
#define | IDC_DBG_CONSOLE 31005 |
#define | IDC_DBG_CALLSTACK 31006 |
#define | IDC_DBG_WATCH 31007 |
#define | IDC_DBG_THREADS 31008 |
#define | IDC_DBG_TOOLBAR 31009 |
#define | ID_DBG_FILE_MRU1 10000 |
#define DEBUGGERWINDOWCLASS "QUAKE4_DEBUGGER_WINDOW" |
Definition at line 38 of file DebuggerWindow.cpp.
#define ID_DBG_FILE_MRU1 10000 |
Definition at line 53 of file DebuggerWindow.cpp.
#define ID_DBG_WINDOWMAX 19900 |
Definition at line 40 of file DebuggerWindow.cpp.
#define ID_DBG_WINDOWMIN 18900 |
Definition at line 39 of file DebuggerWindow.cpp.
#define IDC_DBG_BORDER 31004 |
Definition at line 46 of file DebuggerWindow.cpp.
#define IDC_DBG_CALLSTACK 31006 |
Definition at line 48 of file DebuggerWindow.cpp.
#define IDC_DBG_CONSOLE 31005 |
Definition at line 47 of file DebuggerWindow.cpp.
#define IDC_DBG_OUTPUT 31001 |
Definition at line 43 of file DebuggerWindow.cpp.
#define IDC_DBG_SCRIPT 31000 |
Definition at line 42 of file DebuggerWindow.cpp.
#define IDC_DBG_SPLITTER 31002 |
Definition at line 44 of file DebuggerWindow.cpp.
#define IDC_DBG_TABS 31003 |
Definition at line 45 of file DebuggerWindow.cpp.
#define IDC_DBG_THREADS 31008 |
Definition at line 50 of file DebuggerWindow.cpp.
#define IDC_DBG_TOOLBAR 31009 |
Definition at line 51 of file DebuggerWindow.cpp.
#define IDC_DBG_WATCH 31007 |
Definition at line 49 of file DebuggerWindow.cpp.