Subversion Repositories Kolibri OS

Rev

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

Rev 7995 Rev 8389
Line 13... Line 13...
13
#define MEMSIZE 1024 * 60;
13
#define MEMSIZE 1024 * 60;
Line 14... Line 14...
14
 
14
 
15
#include "..\lib\kolibri.h"
15
#include "..\lib\kolibri.h"
Line 16... Line -...
16
#include "..\lib\random.h"
-
 
17
 
16
#include "..\lib\random.h"
Line 18... Line 17...
18
#include "..\lib\obj\libio.h"
17
 
19
#include "..\lib\obj\libimg.h"
18
#include "..\lib\obj\libimg.h"
20
 
19
 
Line 122... Line 121...
122
void main()
121
void main()
123
{
122
{
124
	randomize();
123
	randomize();
125
	StartNewGame();
124
	StartNewGame();
Line 126... Line -...
126
 
-
 
127
	load_dll(libio,  #libio_init,1);
125
 
128
	load_dll(libimg, #libimg_init,1);
126
	load_dll(libimg, #libimg_init,1);
129
	menu.load(abspath("menu.png"));
127
	menu.load(abspath("menu.png"));
130
	road.load(abspath("road.png"));
128
	road.load(abspath("road.png"));