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