(svn r22411) -Document: another bunch of bits

This commit is contained in:
rubidium
2011-05-02 17:42:12 +00:00
parent eb2197f4c8
commit 9fc2798baf
34 changed files with 155 additions and 19 deletions

View File

@@ -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