Imported kball_final_src_16dec2004.tar.gz
[kball.git] / include / savescrs.h
blobd61749cc39160db401304f7f85f13acc88ebb39a
1 // ------------------------------------------------------------------
2 // savescrs.h
3 // ------------------------------------------------------------------
4 // This saves screenshoots of the current screen
5 // ------------------------------------------------------------------
6 // By Kronoman - In loving memory of my father
7 // Copyright (c) 2004, Kronoman
8 // ------------------------------------------------------------------
10 #ifndef SAVESCRS_H
11 #define SAVESCRS_H
13 #include <allegro.h>
14 void save_screenshoot(char *name, int hex_start, char *extension);
16 #endif