diff options
Diffstat (limited to 'engines/wintermute/Base/BFont.h')
-rw-r--r-- | engines/wintermute/Base/BFont.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/wintermute/Base/BFont.h b/engines/wintermute/Base/BFont.h index 148cbe7ed8..7a115517da 100644 --- a/engines/wintermute/Base/BFont.h +++ b/engines/wintermute/Base/BFont.h @@ -51,8 +51,8 @@ public: static CBFont *CreateFromFile(CBGame *Game, const char *Filename);
private:
- //HRESULT LoadBuffer(byte * Buffer);
- //HRESULT LoadFile(const char* Filename);
+ //HRESULT loadBuffer(byte * Buffer);
+ //HRESULT loadFile(const char* Filename);
static bool IsTrueType(CBGame *Game, const char *Filename);
};
|