]> Shamusworld >> Repos - thunder/blob - src/screen.h
a4ba754d6f1504bb45150affbb834034d9dd9f4c
[thunder] / src / screen.h
1 //
2 // SCREEN.H
3 //
4 // by James L. Hammons
5 // (C) 1997 Underground Software
6 //
7
8 #ifndef __SCREEN_H__
9 #define __SCREEN_H__
10
11 #include "SDL.h"
12 #include "types.h"
13
14 void SnapPCX(SDL_Surface *);          // Take a PCX snapshot
15 void BlitChar(SDL_Surface *, uint8 *, uint8 *); // Show NAMCO screen
16 void Sprite(uint32, uint16, uint16, uint8, uint16); // Show sprite on the screen
17
18 #endif  // __SCREEN_H__