X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FTilemapFont.hh;h=89c7ffe4c7e220b19995d9503f0337efc67daded;hp=c0a8ea6b774f1efd43055526206c2b93660d2b04;hb=HEAD;hpb=837bae9f2bf7b25e1d3d2625eeaf39c1d2f48827 diff --git a/src/TilemapFont.hh b/src/TilemapFont.hh index c0a8ea6..89c7ffe 100644 --- a/src/TilemapFont.hh +++ b/src/TilemapFont.hh @@ -1,34 +1,35 @@ -/*] Copyright (c) 2009-2010, Charles McGarvey [************************** +/*] Copyright (c) 2009-2011, Charles McGarvey [***************************** **] All rights reserved. * -* vi:ts=4 sw=4 tw=75 -* * Distributable under the terms and conditions of the 2-clause BSD license; * see the file COPYING for a complete text of the license. * -**************************************************************************/ +*****************************************************************************/ #ifndef _TILEMAPFONT_HH_ #define _TILEMAPFONT_HH_ +#include + + /** - * @file TilemapFont.hh + * \file TilemapFont.hh * Text on the screen. */ -#include - -class TilemapFont : public Mf::Texture +/* +class TilemapFont : public moof::texture { public: TilemapFont(); - void getTileCoords(char symbol, Mf::Scalar coords[8], - Mf::Texture::Orientation what = Mf::Texture::NORMAL); + void tile_coordinates(char symbol, moof::scalar coords[8], + moof::texture::orientation what = moof::texture::normal); }; +*/ #endif // _TILEMAPFONT_HH_