]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Text.h
Drop Open_Stream
[lugaru.git] / Source / Text.h
index 8627479092ceaf9ad285a3bc6d216bbc3974fb7f..d2502abed9d3e5cc4f8ffd7bc5185af6fa1974fc 100644 (file)
@@ -46,6 +46,9 @@ public:
 
        Text();
        ~Text();
+
+private:
+       void _glPrint(float x, float y, char *string, int set, float size, float width, float height, int start, int end, int offset);
 };
 
 #endif