aboutsummaryrefslogtreecommitdiff
path: root/engines/sludge/fonttext.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sludge/fonttext.h')
-rw-r--r--engines/sludge/fonttext.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/sludge/fonttext.h b/engines/sludge/fonttext.h
index f33876f6f9..92520a087c 100644
--- a/engines/sludge/fonttext.h
+++ b/engines/sludge/fonttext.h
@@ -22,6 +22,8 @@
#ifndef SLUDGE_FONTTEXT_H
#define SLUDGE_FONTTEXT_H
+namespace Sludge {
+
bool loadFont(int filenum, const char *charOrder, int);
void pasteString(char *theText, int, int, spritePalette &);
void fixFont(spritePalette &spal);
@@ -32,4 +34,6 @@ void pasteStringToBackdrop(char *theText, int xOff, int y, spritePalette &thePal
void burnStringToBackdrop(char *theText, int xOff, int y, spritePalette &thePal);
bool isInFont(char *theText);
+} // End of namespace Sludge
+
#endif