summaryrefslogtreecommitdiffstats
path: root/matchblox/C_Log.h
diff options
context:
space:
mode:
Diffstat (limited to 'matchblox/C_Log.h')
-rw-r--r--matchblox/C_Log.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/matchblox/C_Log.h b/matchblox/C_Log.h
deleted file mode 100644
index 2b598dd..0000000
--- a/matchblox/C_Log.h
+++ /dev/null
@@ -1,20 +0,0 @@
-#ifndef C_LOG_HEADER_FILE
-
-#define C_LOG_HEADER_FILE
-
-class C_Log
-{
-public:
- C_Log(char *f_strFileName);
- ~C_Log();
-
- bool LogNewSession(int f_iUserID, int f_iGameID);
- bool LogSessionTurn(int f_iUserID, int f_iGameID, int f_iBlockNr, int HolePos, unsigned int f_uiTime);
- bool LogSessionTotals(int f_iUserID, int f_iGameID, unsigned int f_uiTotalTime);
-
-private:
-// FILE *m_pLogFile;
-};
-
-#endif //C_LOG_HEADER_FILE
-