Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

gfxutil.h

Go to the documentation of this file.
00001 #ifndef GFXUTIL_H
00002 #define GFXUTIL_H
00003 
00004 #include "gfxcore.h"
00005 
00006 extern void GFX_RoundRect( Graphics *gfx, int x, int y, int w, int h,
00007                            int r=2, bool shadow=true);
00008 
00009 extern void GFX_ProgressBar( Graphics *gfx, int x, int y, int w, int h,
00010                              float value,  float min=0, float max=100 );
00011 
00012 
00013 #endif

Generated on Sun Aug 4 21:47:28 2002 for k/os mp3v2 by doxygen1.2.16