]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Text.h
Mention devtools option in man page
[lugaru.git] / Source / Text.h
index b3165b738c8c9c1cb7e43e91298d0f01847374b0..c2a2cccedce79f75b55ebfafc584533151c7c146 100644 (file)
@@ -1,5 +1,6 @@
 /*
 Copyright (C) 2003, 2010 - Wolfire Games
+Copyright (C) 2010-2016 - Lugaru contributors (see AUTHORS file)
 
 This file is part of Lugaru.
 
@@ -35,7 +36,7 @@ public:
     Texture FontTexture;
     GLuint base;
 
-    void LoadFontTexture(const char *fileName);
+    void LoadFontTexture(const std::string& fileName);
     void BuildFont();
     void glPrint(float x, float y, const char *string, int set, float size, float width, float height);
     void glPrintOutline(float x, float y, const char *string, int set, float size, float width, float height);