14 lines
223 B
C
14 lines
223 B
C
// mainWnd.h
|
|
|
|
#define MW_NONE 0
|
|
#define MW_EXIT_APP 1
|
|
#define MW_START_GAME 2
|
|
|
|
|
|
//
|
|
int MainWndLoop();
|
|
// ïîëíàÿ îòðèñîâêà ãëàâíîãî îêíà ïðîãðàììû (1)
|
|
void DrawMainWindow();
|
|
//
|
|
extern CKosBitmap mainWndFace;
|