]> Dogcows Code - chaz/yoink/blob - src/TilemapFont.hh
fixed documentation about where to find licenses
[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 #include <moof/sprite.hh>
14
15
16 /**
17 * \file TilemapFont.hh
18 * Text on the screen.
19 */
20
21
22 /*
23 class TilemapFont : public moof::texture
24 {
25 public:
26
27 TilemapFont();
28
29 void tile_coordinates(char symbol, moof::scalar coords[8],
30 moof::texture::orientation what = moof::texture::normal);
31 };
32 */
33
34
35 #endif // _TILEMAPFONT_HH_
36
This page took 0.028693 seconds and 4 git commands to generate.