Subversion Repositories Kolibri OS

Rev

Rev 7981 | Rev 7995 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 7981 Rev 7982
Line 3... Line 3...
3
        Leency&Veliant Edition
3
        Leency&Veliant Edition
4
              2008-2020
4
              2008-2020
5
*/
5
*/
Line 6... Line 6...
6
 
6
 
-
 
7
#define MEMSIZE 1024 * 20
-
 
8
#define ENTRY_POINT #main
7
#define MEMSIZE 1024 * 20
9
 
8
#include "..\lib\gui.h"
10
#include "..\lib\gui.h"
Line 9... Line 11...
9
#include "..\lib\random.h"
11
#include "..\lib\random.h"
10
 
12
 
Line 102... Line 104...
102
			}
104
			}
103
			break;
105
			break;
Line 104... Line 106...
104
 
106
 
105
		case evReDraw:
107
		case evReDraw:
106
			sc.get();
108
			sc.get();
107
			DefineAndDrawWindow(215,100,WIN_W + 9,WIN_H+4+skin_height,
109
			DefineAndDrawWindow(215,100,WIN_W + 9,WIN_H+4+GetSkinHeight(),
108
				0x34,0xC0C0C0,"Memory Blocks",0);
110
				0x34,0xC0C0C0,"Memory Blocks",0);
109
			Draw_Panel();
111
			Draw_Panel();
110
			Draw_Game_Pole();
112
			Draw_Game_Pole();
111
	}
113
	}