7 lines
114 B
C
7 lines
114 B
C
#ifndef H_DEBUG_DLG
|
|
#define H_DEBUG_DLG
|
|
|
|
void DebugDialogStart( HWND hWndParent, HINSTANCE hInst );
|
|
|
|
#endif
|