]> Shamusworld >> Repos - stargem2/blobdiff - src/log.h
Finally fixed problems with demo mode.
[stargem2] / src / log.h
old mode 100755 (executable)
new mode 100644 (file)
index 4b39b36..7a96425
--- a/src/log.h
+++ b/src/log.h
@@ -1,19 +1,16 @@
 //
 // LOG.H
 //
-
 #ifndef __LOG_H__
 #define __LOG_H__
 
-#include <stdio.h>
-#include <stdlib.h>
 #include <stdarg.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-bool InitLog(char *);
+bool InitLog(const char *);
 void LogDone(void);
 void WriteLog(const char * text, ...);