Subversion Repositories Kolibri OS

Rev

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

Rev 5598 Rev 5773
Line 3... Line 3...
3
 
3
 
4
#ifndef INCLUDE_LIBIMG_H
4
#ifndef INCLUDE_LIBIMG_H
5
#include "../lib/obj/libimg_lib.h"
5
#include "../lib/obj/libimg_lib.h"
Line 6... Line 6...
6
#endif
6
#endif
7
 
7
 
8
struct libimg_image {
8
:struct libimg_image {
Line 9... Line 9...
9
	dword image, w, h;
9
	dword image, w, h;
10
};
10
} skin;
11
 
11
 
12
:void Libimg_LoadImage(dword struct_pointer, file_path)
12
:void Libimg_LoadImage(dword struct_pointer, file_path)