aboutsummaryrefslogtreecommitdiff
path: root/engines/wintermute/Base/font/BFont.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/wintermute/Base/font/BFont.h')
-rw-r--r--engines/wintermute/Base/font/BFont.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/Base/font/BFont.h b/engines/wintermute/Base/font/BFont.h
index ac5a79299d..5fa9bf3c1c 100644
--- a/engines/wintermute/Base/font/BFont.h
+++ b/engines/wintermute/Base/font/BFont.h
@@ -51,8 +51,8 @@ public:
static CBFont *createFromFile(CBGame *game, const char *filename);
private:
- //ERRORCODE loadBuffer(byte * Buffer);
- //ERRORCODE loadFile(const char* Filename);
+ //bool loadBuffer(byte * Buffer);
+ //bool loadFile(const char* Filename);
static bool isTrueType(CBGame *game, const char *filename);
};