De-namespaced a class, to make it less verbose.

This commit is contained in:
Alex Szpakowski
2015-01-24 04:09:56 -04:00
parent e662fbdf80
commit cf60cf89fc
17 changed files with 88 additions and 115 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ private:
void load();
// The image data
Object::StrongRef<love::image::ImageData> imageData;
StrongRef<love::image::ImageData> imageData;
// The glyphs in the font
uint32 *glyphs;
@@ -58,7 +58,7 @@ private:
FT_Face face;
// File data
Object::StrongRef<Data> data;
StrongRef<Data> data;
}; // FreetypeRasterizer
} // freetype