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 _hq2x_h_
8#define _hq2x_h_
9
10bool8 S9xBlitHQ2xFilterInit (void);
11void S9xBlitHQ2xFilterDeinit (void);
12void HQ2X_16 (uint8 *, uint32, uint8 *, uint32, int, int);
13void HQ3X_16 (uint8 *, uint32, uint8 *, uint32, int, int);
14void HQ4X_16 (uint8 *, uint32, uint8 *, uint32, int, int);
15
16#endif
17