|
|
1.1 root 1: /*
2: Hatari - screenSnapShot.h
3:
4: This file is distributed under the GNU Public License, version 2 or at
5: your option any later version. Read the file gpl.txt for details.
6: */
7:
8: #ifndef HATARI_SCREENSNAPSHOT_H
9: #define HATARI_SCREENSNAPSHOT_H
10:
11: #include <stdio.h>
12: #include <SDL.h>
13:
14: extern int ScreenSnapShot_SavePNG_ToFile(SDL_Surface *surface, FILE *fp, int png_compression_level, int png_filter ,
15: int CropLeft , int CropRight , int CropTop , int CropBottom );
16: extern void ScreenSnapShot_SaveScreen(void);
17:
18: #endif /* ifndef HATARI_SCREENSNAPSHOT_H */
19:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.