Subversion Repositories Kolibri OS

Rev

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

Rev 1005 Rev 1764
Line 29... Line 29...
29
void kos_DrawLine( Word x1, Word y1, Word x2, Word y2, Dword colour, Dword invert);
29
void kos_DrawLine( Word x1, Word y1, Word x2, Word y2, Dword colour, Dword invert);
30
void DrawRegion(Dword x,Dword y,Dword width,Dword height,Dword color1);
30
void DrawRegion(Dword x,Dword y,Dword width,Dword height,Dword color1);
31
int atoi(const char* string);
31
int atoi(const char* string);
Line 32... Line 32...
32
 
32
 
33
double fabs(double x);
33
double __cdecl fabs(double x);
34
double cos(double x);
34
double __cdecl cos(double x);
35
double sin(double x);
35
double __cdecl sin(double x);
Line 36... Line 36...
36
int di(double x);
36
int di(double x);
37
 
37
 
38
double id(int x);
38
double id(int x);