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