Subversion Repositories Kolibri OS

Rev

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

Rev 5499 Rev 5598
Line 1... Line 1...
1
//Asper
1
//Asper
-
 
2
#ifndef INCLUDE_LIBIMG_H
-
 
3
#define INCLUDE_LIBIMG_H
-
 
4
 
-
 
5
#ifndef INCLUDE_KOLIBRI_H
-
 
6
#include "../lib/kolibri.h"
-
 
7
#endif
-
 
8
 
-
 
9
#ifndef INCLUDE_MEM_H
-
 
10
#include "../lib/mem.h"
-
 
11
#endif
-
 
12
 
-
 
13
#ifndef INCLUDE_DLL_H
-
 
14
#include "../lib/dll.h"
-
 
15
#endif
-
 
16
 
-
 
17
#ifndef INCLUDE_LIBIO_H
-
 
18
#include "../lib/obj/libio_lib.h"
-
 
19
#endif
-
 
20
 
-
 
21
:byte init_imglib_check;
Line 2... Line 22...
2
 
22
 
3
//library
23
//library
4
dword libimg = #alibimg;
24
dword libimg = #alibimg;
Line 98... Line 118...
98
@error_:
118
@error_:
99
        mem_Free(img_data);
119
        mem_Free(img_data);
100
        $stc
120
        $stc
101
        return 0;
121
        return 0;
102
}
122
}
-
 
123
 
-
 
124
#endif
103
125