]> Dogcows Code - chaz/yoink/blobdiff - src/TilemapFont.cc
rename main class
[chaz/yoink] / src / TilemapFont.cc
index cc995ba71746a549aa9ccb4d5fa987da96382477..f0facbb81b25edc5bbed4d0ab1e87e6a62614dba 100644 (file)
@@ -1,19 +1,18 @@
 
-/*]  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.
 *
-**************************************************************************/
+*****************************************************************************/
 
 #include <iostream>
 
 #include "TilemapFont.hh"
 
 
+/*
 TilemapFont::TilemapFont() :
        moof::texture("Font") {}
 
@@ -38,4 +37,5 @@ void TilemapFont::tile_coordinates(char symbol, moof::scalar coords[8],
 
        moof::texture::tile_coordinates(index, coords, what);
 }
+*/
 
This page took 0.01992 seconds and 4 git commands to generate.