Subversion Repositories Kolibri OS

Rev

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

Rev 5996 Rev 6021
Line 1... Line 1...
1
//CODED by Veliant, Leency, Nable. GNU GPL licence.
1
//CODED by Veliant, Leency, Nable, Pavelyakov. GNU GPL licence.
-
 
2
 
2
#ifndef INCLUDE_KOLIBRI_H
3
#ifndef INCLUDE_KOLIBRI_H
3
#define INCLUDE_KOLIBRI_H
4
#define INCLUDE_KOLIBRI_H
4
#print "[include ]\n"
5
#print "[include ]\n"
Line 5... Line 6...
5
 
6
 
Line 803... Line 804...
803
	
804
	
804
	//program_path_length = strlen(I_Path);
805
	//program_path_length = strlen(I_Path);
805
	DOUBLE_CLICK_DELAY = GetMouseDoubleClickDelay();
806
	DOUBLE_CLICK_DELAY = GetMouseDoubleClickDelay();
Line 806... Line -...
806
	__generator = GetStartTime();
-
 
807
	
-
 
808
	$push    ebx
-
 
809
	$mov     eax, 68
-
 
810
	$mov     ebx, 11
-
 
811
	$int     0x40
807
	__generator = GetStartTime();
Line 812... Line 808...
812
	
808
	
813
	$pop     ebx
809
	mem_init();
814
 
810
 
815
	main();
811
	main();
816
	ExitProcess();
812
	ExitProcess();
817
}
813
}
-
 
814
______STOP______:
-
 
815
#endif
-
 
816
 
-
 
817
#ifndef INCLUDE_MEM_H