From cd5acb228cae597e7eff28527981f41699cfc441 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Sat, 29 Sep 2012 13:50:05 +0000 Subject: Extended the cFile interface with Printf() git-svn-id: http://mc-server.googlecode.com/svn/trunk@901 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/OSSupport/File.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/OSSupport/File.h') 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; -- cgit v1.2.3