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 3... Line 3...
3
 
3
 
4
/*ToDo
4
/*ToDo
5
 * voxel function
5
 * voxel function
Line 6... Line -...
6
 */
-
 
7
 
-
 
8
extern int init_buf2d_asm(void); 
6
 */
9
 
-
 
10
int kolibri_buf2d_init(void)
-
 
11
{
-
 
12
  int asm_init_status = init_buf2d_asm();
-
 
13
  
-
 
14
  /* just return asm_init_status? or return init_boxlib_asm() ?*/
-
 
15
 
-
 
16
  if(asm_init_status == 0)
-
 
17
    return 0;
-
 
18
  else
-
 
19
    return 1;
-
 
Line 20... Line 7...
20
}
7
 
21
 
8
extern int kolibri_buf2d_init(void);
22
 
9
 
23
typedef struct {
10
typedef struct {