]> Dogcows Code - chaz/yoink/blobdiff - src/TilemapFont.hh
remove some unused stlplus modules
[chaz/yoink] / src / TilemapFont.hh
index 5820a5a6b7853a2ee11b17b666eebb7deef5726a..b3759a93aee111e12e5d45215daf3d684a2bbe7c 100644 (file)
@@ -1,13 +1,11 @@
 
-/*]  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_
  * Text on the screen.
  */
 
-#include <moof/texture.hh>
+#include <moof/sprite.hh>
 
 
+/*
 class TilemapFont : public moof::texture
 {
 public:
@@ -29,6 +28,7 @@ public:
        void tile_coordinates(char symbol, moof::scalar coords[8],
                                           moof::texture::orientation what = moof::texture::normal);
 };
+*/
 
 
 #endif // _TILEMAPFONT_HH_
This page took 0.017332 seconds and 4 git commands to generate.