Subversion Repositories Kolibri OS

Rev

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

Rev 7977 Rev 7978
Line 43... Line 43...
43
	dword id;
43
	dword id;
44
	load_dll(libio,  #libio_init,1);
44
	load_dll(libio,  #libio_init,1);
45
	load_dll(libimg, #libimg_init,1);
45
	load_dll(libimg, #libimg_init,1);
Line 46... Line 46...
46
 
46
 
47
	skin.load("/sys/icons32.png");
47
	skin.load("/sys/icons32.png");
Line 48... Line 48...
48
	skin.fill_transparent(COLOR_CELL_BG);
48
	skin.replace_color(0x00000000, COLOR_CELL_BG);
Line 49... Line 49...
49
 
49
 
50
	NewGame();
50
	NewGame();