aboutsummaryrefslogblamecommitdiffstats
path: root/w3mimg/fb/fb_img.h
blob: 2e64717bd0ee148bd32600faa59ef0b7925fb8d6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                        

                     
               
 
                                                       

                                                   

      
/* $Id: fb_img.h,v 1.6 2002/10/10 16:16:04 ukai Exp $ */
#ifndef fb_img_header
#define fb_img_header
#include "fb.h"

FB_IMAGE **fb_image_load(char *filename, int w, int h);
void fb_image_set_bg(int r, int g, int b);
int get_image_size(char *filename, int *w, int *h);

#endif