]> Dogcows Code - chaz/yoink/blobdiff - src/TilemapFont.cc
converted image management to resource handles
[chaz/yoink] / src / TilemapFont.cc
index cc995ba71746a549aa9ccb4d5fa987da96382477..b060ccf26e038c2c5c7c28834c0fde3f2c64644e 100644 (file)
@@ -14,6 +14,7 @@
 #include "TilemapFont.hh"
 
 
+/*
 TilemapFont::TilemapFont() :
        moof::texture("Font") {}
 
@@ -38,4 +39,5 @@ void TilemapFont::tile_coordinates(char symbol, moof::scalar coords[8],
 
        moof::texture::tile_coordinates(index, coords, what);
 }
+*/
 
This page took 0.01781 seconds and 4 git commands to generate.