Subversion Repositories Kolibri OS

Rev

Rev 1764 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1005 barsuk 1
 
2
3
 
4
#include "kosFile.h"
5
#include "MCSMEMM.H"
6
7
 
8
9
 
10
 
11
#define ERROR_END 8888888888.7
12
13
 
14
15
 
16
typedef int DWORD;
17
18
 
19
extern char debuf[50];
20
21
 
22
23
 
24
{
25
  double x, y;
26
} TCoord;
27
28
 
29
 
30
void DrawRegion(Dword x,Dword y,Dword width,Dword height,Dword color1);
31
int atoi(const char* string);
32
33
 
34
double cos(double x);
35
double sin(double x);
36
int di(double x);
37
38
 
39
bool isalpha(char c);
40
double convert(char *s, int *len=NULL);
41
void format( char *Str, int len, char* Format, ... );
42
43
 
44
45
 
46
void settextstyle( int a1, int a2, int a3);
47
48
 
49
 
50
double textheight( char *s, int len);
51
void setcolor( DWORD color);
52
void unsetcolor(HDC hdc);
53
void rectangle( int x1, int y1, int x2, int y2);
54
55
 
56
{
57
unsigned	p00 ;
58
unsigned	p04 ;
59
unsigned	p08 ;
60
unsigned	p12 ;
61
unsigned	p16 ;
62
char		p20 ;
63
char		*p21 ;
64
} kol_struct70 ;
65
66
 
67
 
68
{
69
unsigned	p00 ;
70
char		p04 ;
71
char		p05[3] ;
72
unsigned	p08 ;
73
unsigned	p12 ;
74
unsigned	p16 ;
75
unsigned	p20 ;
76
unsigned	p24 ;
77
unsigned	p28 ;
78
unsigned	p32[2] ;
79
unsigned	p40 ;
80
} kol_struct_BDVK ;
81
82
 
83
{
84
char	*name ;
85
void	*data ;
86
} kol_struct_import ;
87
88
 
89
 
90
 
91
void* kol_cofflib_procload (kol_struct_import *imp, char *name);
92
unsigned kol_cofflib_procnum (kol_struct_import *imp);
93
void kol_cofflib_procname (kol_struct_import *imp, char *name, unsigned n);
94
int strcmp(const char* string1, const char* string2);
95