Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
7289 punk_joker 1
#ifndef INCLUDE_LIBRASTERWORKS_H
2
#define INCLUDE_LIBRASTERWORKS_H
3
 
4
#ifndef INCLUDE_KOLIBRI_H
5
#include "../lib/kolibri.h"
6
#endif
7
 
8
#ifndef INCLUDE_DLL_H
9
#include "../lib/dll.h"
10
#endif
11
 
12
dword librasterworks = #alibrasterworks;
13
char alibrasterworks[] = "/sys/lib/rasterworks.obj";
14
 
15
dword rasterworks_drawText = #arasterworks_drawText;
16
dword rasterworks_cntUTF_8 = #arasterworks_cntUTF_8;
17
dword rasterworks_charsFit = #arasterworks_charsFit;
18
dword rasterworks_strWidth = #arasterworks_strWidth;
19
$DD 2 dup 0
20
 
21
char arasterworks_drawText[] = "drawText";
22
char arasterworks_cntUTF_8[] = "cntUTF-8";
23
char arasterworks_charsFit[] = "charsFit";
24
char arasterworks_strWidth[] = "strWidth";
25
 
26
//===================================================//
27
//                                                   //
28
//                    FUCTIONS                       //
29
//                                                   //
30
//===================================================//
31
 
32
 
33
 
34
#endif