summaryrefslogtreecommitdiff
path: root/src/gamelog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamelog.h')
-rw-r--r--src/gamelog.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gamelog.h b/src/gamelog.h
index 3bb698697..0fa54e9c2 100644
--- a/src/gamelog.h
+++ b/src/gamelog.h
@@ -14,6 +14,7 @@
#include "newgrf_config.h"
+/** The actions we log. */
enum GamelogActionType {
GLAT_START, ///< Game created
GLAT_LOAD, ///< Game loaded
@@ -31,6 +32,10 @@ void GamelogStopAction();
void GamelogReset();
+/**
+ * Callback for printing text.
+ * @param s The string to print.
+ */
typedef void GamelogPrintProc(const char *s);
void GamelogPrint(GamelogPrintProc *proc); // needed for WIN32 / WINCE crash.log