snes9xgx/source/snes9x/screenshot.h

14 lines
465 B
C
Raw Normal View History

/*****************************************************************************\
Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
This file is licensed under the Snes9x License.
For further information, consult the LICENSE file in the root directory.
\*****************************************************************************/
2010-01-27 23:08:56 +01:00
#ifndef _SCREENSHOT_H_
#define _SCREENSHOT_H_
2008-09-10 07:57:37 +02:00
2010-01-27 23:08:56 +01:00
bool8 S9xDoScreenshot (int, int);
#endif