diff options
Diffstat (limited to 'source/OSSupport/File.h')
-rw-r--r-- | source/OSSupport/File.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/OSSupport/File.h b/source/OSSupport/File.h index f3d21d450..5e7cd4431 100644 --- a/source/OSSupport/File.h +++ b/source/OSSupport/File.h @@ -95,6 +95,8 @@ public: /// Returns true if the file specified exists static bool Exists(const AString & a_FileName); + int Printf(const char * a_Fmt, ...); + private: #ifdef USE_STDIO_FILE FILE * m_File; |