Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1805 yogev_ezra 1
// top10wnd.h
2
 
3
#define TOP_TBL_SIZE		10
4
#define TOP10_WND_SIZE_X	176
5
#define TOP10_WND_SIZE_Y	144
6
 
7
extern char top10FilePath[MAX_PATH];
8
// игровой процесс
9
void Top10Loop();
10
//
11
void PrepareTop10();
12