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 _2xsai_h_
8#define _2xsai_h_
9
10bool8 S9xBlit2xSaIFilterInit (void);
11void S9xBlit2xSaIFilterDeinit (void);
12void SuperEagle (uint8 *, int, uint8 *, int, int, int);
13void _2xSaI (uint8 *, int, uint8 *, int, int, int);
14void Super2xSaI (uint8 *, int, uint8 *, int, int, int);
15
16#endif
17