summaryrefslogtreecommitdiffstats
path: root/matchblox/engine/C_Log.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchblox/engine/C_Log.h')
-rw-r--r--matchblox/engine/C_Log.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/matchblox/engine/C_Log.h b/matchblox/engine/C_Log.h
index 2b598dd..a376e76 100644
--- a/matchblox/engine/C_Log.h
+++ b/matchblox/engine/C_Log.h
@@ -2,6 +2,8 @@
#define C_LOG_HEADER_FILE
+
+
class C_Log
{
public:
@@ -13,7 +15,7 @@ public:
bool LogSessionTotals(int f_iUserID, int f_iGameID, unsigned int f_uiTotalTime);
private:
-// FILE *m_pLogFile;
+
};
#endif //C_LOG_HEADER_FILE