Subversion Repositories Kolibri OS

Rev

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

Rev 9699 Rev 9700
Line 663... Line 663...
663
:byte skin_h;
663
:byte skin_h;
Line 664... Line 664...
664
 
664
 
Line 665... Line 665...
665
dword __generator;  // random number generator init
665
dword __generator;  // random number generator init
666
 
666
 
667
//The initialization of the initial data before running
667
//The initialization of the initial data before running
668
#ifdef __COFF__
668
//#ifdef __COFF__
669
void start()
669
//void start()
670
#else
670
//#else
671
:void ______INIT______()
671
:void ______INIT______()
672
#endif
672
//#endif
673
{
673
{
674
	skin_h   = @GetSkinHeight();
674
	skin_h   = @GetSkinHeight();
675
	screen.w  = @GetScreenWidth()+1;
675
	screen.w  = @GetScreenWidth()+1;