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

                     
               
 
                                                       


                                                       

      
/* $Id: fb_img.h,v 1.5 2002/07/29 15:25:37 ukai Exp $ */
#ifndef fb_img_header
#define fb_img_header
#include "fb.h"

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

#endif