Subversion Repositories Kolibri OS

Rev

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

Rev 6457 Rev 6495
Line 1... Line 1...
1
#ifndef KOLIBRI_LIBIMG_H
1
#ifndef KOLIBRI_LIBIMG_H
2
#define KOLIBRI_LIBIMG_H
2
#define KOLIBRI_LIBIMG_H
Line 3... Line 3...
3
 
3
 
4
int kolibri_libimg_init(void)
-
 
5
{
-
 
6
  int asm_init_status = init_libimg_asm();
-
 
7
  
-
 
8
  /* just return asm_init_status? or return init_libimg_asm() ?*/
-
 
9
 
-
 
10
  if(asm_init_status == 0)
-
 
11
    return 0;
-
 
12
  else
-
 
13
    return 1;
-
 
Line 14... Line 4...
14
}
4
extern int kolibri_libimg_init(void);
15
 
5
 
16
//list of format id's
6
//list of format id's
17
#define LIBIMG_FORMAT_BMP       1
7
#define LIBIMG_FORMAT_BMP       1