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 _TILE_H_
8#define _TILE_H_
9
10void S9xInitTileRenderer (void);
11void S9xSelectTileRenderers (int, bool8, bool8);
12void S9xSelectTileConverter (int, bool8, bool8, bool8);
13
14#endif
15