From f4583fda98b578966969db7d94a0bae3c87b0c80 Mon Sep 17 00:00:00 2001 From: "madmaxoft@gmail.com" Date: Mon, 30 Jan 2012 22:48:38 +0000 Subject: Replaced most FILE operations with a cFile object git-svn-id: http://mc-server.googlecode.com/svn/trunk@196 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- source/cFile.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/cFile.h') diff --git a/source/cFile.h b/source/cFile.h index 0c3abb1d9..9f14c93f6 100644 --- a/source/cFile.h +++ b/source/cFile.h @@ -80,6 +80,9 @@ public: /// Returns the current position (bytes from file start) or -1 for failure; asserts if not open int Tell (void) const; + /// Returns the size of file, in bytes, or -1 for failure; asserts if not open + int GetSize(void) const; + private: #ifdef USE_STDIO_FILE FILE * m_File; -- cgit v1.2.3