diff options
Diffstat (limited to 'Source/Font.h')
| -rw-r--r-- | Source/Font.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Font.h b/Source/Font.h index d501a3e..14b98fd 100644 --- a/Source/Font.h +++ b/Source/Font.h @@ -20,9 +20,9 @@ * Global prototypes
* *************************************/
-bool FontLoadImage(char* strPath, TYPE_FONT * ptrFont);
+bool FontLoadImage(const char* strPath, TYPE_FONT * ptrFont);
void FontSetSize(TYPE_FONT * ptrFont, short size);
-void FontPrintText(TYPE_FONT *ptrFont, short x, short y, char* str, ...);
+void FontPrintText(TYPE_FONT *ptrFont, short x, short y, const char* str, ...);
void FontSetInitChar(TYPE_FONT * ptrFont, char c);
void FontSetFlags(TYPE_FONT * ptrFont, FONT_FLAGS flags);
void FontCyclic(void);
|
