diff options
Diffstat (limited to 'src/openttd.h')
-rw-r--r-- | src/openttd.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/src/openttd.h b/src/openttd.h index f860aba3e..1be4e6707 100644 --- a/src/openttd.h +++ b/src/openttd.h @@ -1,4 +1,5 @@ /* $Id$ */ + /** @file openttd.h */ #ifndef OPENTTD_H @@ -108,17 +109,6 @@ enum { }; extern byte _no_scroll; -/** To have a concurrently running thread interface with the main program, use - * the OTTD_SendThreadMessage() function. Actions to perform upon the message are handled - * in the ProcessSentMessage() function */ -enum ThreadMsg { - MSG_OTTD_NO_MESSAGE, - MSG_OTTD_SAVETHREAD_DONE, - MSG_OTTD_SAVETHREAD_ERROR, -}; - -void OTTD_SendThreadMessage(ThreadMsg msg); - extern byte _game_mode; extern bool _exit_game; extern int8 _pause_game; |