Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1805 yogev_ezra 1
// mainWnd.h
2
 
3
#define MW_NONE			0
4
#define MW_EXIT_APP		1
5
#define MW_START_GAME	2
6
 
7
 
8
//
9
int MainWndLoop();
10
// полная отрисовка главного окна программы (1)
11
void DrawMainWindow();
12
//
13
extern CKosBitmap mainWndFace;