X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fscreen.h;h=6ea06f4818bacc461dbaf2b2f90a0c10272ca9bc;hb=44a4bdffcaf520bc1681fcc0fd330460cd49129f;hp=48b4b290723a633096e33a369a9631c4e48de061;hpb=a7c3ff9deab4cefbc76ac52d38b67e7033c63cf6;p=thunder diff --git a/src/screen.h b/src/screen.h index 48b4b29..6ea06f4 100644 --- a/src/screen.h +++ b/src/screen.h @@ -11,11 +11,8 @@ #include #include -//#define VIRTUAL_SCREEN_WIDTH 288 -//#define VIRTUAL_SCREEN_HEIGHT 224 - -void SnapPCX(SDL_Surface *); // Take a PCX snapshot -void BlitChar(SDL_Surface *, uint8_t *, uint8_t *); // Show NAMCO screen +void BlitChar(SDL_Surface *, uint8_t *, uint8_t *); +void SavePCXSnapshot(void); #endif // __SCREEN_H__