Initial support for win32
[tennix.git] / graphics.h
blobfbbf034d3988ebe40d9bd8392112ce99543dcd0d
1 #ifndef __GRAPHICS_H
2 #define __GRAPHICS_H
4 void show_sprite( const char*, int, int, int, int, int);
5 void show_bmp( const char*, int, int, int);
6 void show_digit( int, int, int, int);
7 void introimage( char*);
8 void clearscr();
9 void updatescr();
11 #endif