Subversion Repositories Kolibri OS

Rev

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

Rev 8436 Rev 8438
Line 146... Line 146...
146
 
146
 
Line 147... Line 147...
147
void kos_blit(int dstx, int dsty, int w, int h, int srcx, 
147
void kos_blit(int dstx, int dsty, int w, int h, int srcx, 
148
	int srcy,int srcw, int srch, int stride, char *d);
148
	int srcy,int srcw, int srch, int stride, char *d);
149
int kos_random(int num);
149
int kos_random(int num);
-
 
150
int kos_get_mouse_wheels(void);