X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FText.h;h=d2502abed9d3e5cc4f8ffd7bc5185af6fa1974fc;hb=decb00e82a2e65e25dbcdd8f16fff5a6a07d31d6;hp=8627479092ceaf9ad285a3bc6d216bbc3974fb7f;hpb=2ee52e8aac60f13cdbfb53adcacac57985f4e24f;p=lugaru.git diff --git a/Source/Text.h b/Source/Text.h index 8627479..d2502ab 100644 --- a/Source/Text.h +++ b/Source/Text.h @@ -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