diff options
Diffstat (limited to 'glcdskin/font.h')
| -rw-r--r-- | glcdskin/font.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/glcdskin/font.h b/glcdskin/font.h index 80e5556..3813e6e 100644 --- a/glcdskin/font.h +++ b/glcdskin/font.h @@ -51,6 +51,8 @@ private: static int FcInitCount; + bool FileExists(const std::string& path); + public: cSkinFont(cSkin * Parent); ~cSkinFont(void); |
