]> Shamusworld >> Repos - thunder/blob - src/screen.h
6ea06f4818bacc461dbaf2b2f90a0c10272ca9bc
[thunder] / src / screen.h
1 //
2 // SCREEN.H
3 //
4 // by James Hammons
5 // (C) 1997, 2014 Underground Software
6 //
7
8 #ifndef __SCREEN_H__
9 #define __SCREEN_H__
10
11 #include <SDL2/SDL.h>
12 #include <stdint.h>
13
14 void BlitChar(SDL_Surface *, uint8_t *, uint8_t *);
15 void SavePCXSnapshot(void);
16
17 #endif  // __SCREEN_H__
18