]> Dogcows Code - chaz/yoink/blob - src/TilemapFont.hh
remove some unused stlplus modules
[chaz/yoink] / src / TilemapFont.hh
1
2 /*] Copyright (c) 2009-2011, Charles McGarvey [*****************************
3 **] All rights reserved.
4 *
5 * Distributable under the terms and conditions of the 2-clause BSD license;
6 * see the file COPYING for a complete text of the license.
7 *
8 *****************************************************************************/
9
10 #ifndef _TILEMAPFONT_HH_
11 #define _TILEMAPFONT_HH_
12
13 /**
14 * @file TilemapFont.hh
15 * Text on the screen.
16 */
17
18 #include <moof/sprite.hh>
19
20
21 /*
22 class TilemapFont : public moof::texture
23 {
24 public:
25
26 TilemapFont();
27
28 void tile_coordinates(char symbol, moof::scalar coords[8],
29 moof::texture::orientation what = moof::texture::normal);
30 };
31 */
32
33
34 #endif // _TILEMAPFONT_HH_
35
This page took 0.035154 seconds and 4 git commands to generate.