7 lines
94 B
C
7 lines
94 B
C
#ifndef H_CHOOSEDLG
|
|
#define H_CHOOSEDLG
|
|
|
|
INT_PTR ChooseMode( HINSTANCE hInst );
|
|
|
|
#endif
|