aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/text.h
diff options
context:
space:
mode:
authorFilippos Karapetis2015-07-17 10:16:47 +0300
committerEugene Sandulenko2015-12-15 00:05:02 +0100
commit8ebb53948d006f816510a311ae95dc963171d77c (patch)
tree531d5214f44185fdfaab6d769d1b150e62051e8b /engines/lab/text.h
parent650819cfecf1877e07202fa0ec898dbb5609855b (diff)
downloadscummvm-rg350-8ebb53948d006f816510a311ae95dc963171d77c.tar.gz
scummvm-rg350-8ebb53948d006f816510a311ae95dc963171d77c.tar.bz2
scummvm-rg350-8ebb53948d006f816510a311ae95dc963171d77c.zip
LAB: Remove superfluous white space
Diffstat (limited to 'engines/lab/text.h')
-rw-r--r--engines/lab/text.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/engines/lab/text.h b/engines/lab/text.h
index 254a137f0d..944b363357 100644
--- a/engines/lab/text.h
+++ b/engines/lab/text.h
@@ -53,15 +53,10 @@ struct TextFont {
#endif
bool openFontMem(const char *TextFontPath, TextFont *tf, byte *fontbuffer);
-
bool openFont(const char *TextFontPath, TextFont **tf);
-
void closeFont(TextFont *tf);
-
uint16 textLength(TextFont *tf, const char *text, uint16 numchars);
-
uint16 textHeight(TextFont *tf);
-
void text(TextFont *tf, uint16 x, uint16 y, uint16 color, const char *text, uint16 numchars);
} // End of namespace Lab