7 lines
97 B
C
7 lines
97 B
C
#ifndef H_ABOUT_DLG
|
|
#define H_ABOUT_DLG
|
|
|
|
void AboutDialogStart( HWND hWndParent );
|
|
|
|
#endif
|