1/*****************************************************************************\
2 Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
3 This file is licensed under the Snes9x License.
4 For further information, consult the LICENSE file in the root directory.
5\*****************************************************************************/
6
7#ifndef _SCREENSHOT_H_
8#define _SCREENSHOT_H_
9
10bool8 S9xDoScreenshot (int, int);
11
12#endif
13