initial import of tennix SDL port
[tennix.git] / graphics.h
blob5f432de92fb131c106187fd5f2821b7a0554a283
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