mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-19 04:29:09 +00:00
(svn r11680) -Codechange: refactor more out of openttd.h and functions.h.
This commit is contained in:
@@ -30,6 +30,7 @@ extern const char _openttd_revision[];
|
||||
#include <stdarg.h> /* va_list */
|
||||
#include "../md5.h"
|
||||
#include "../fileio.h"
|
||||
#include "../texteff.hpp"
|
||||
|
||||
/* Check whether NETWORK_NUM_LANDSCAPES is still in sync with NUM_LANDSCAPE */
|
||||
assert_compile((int)NETWORK_NUM_LANDSCAPES == (int)NUM_LANDSCAPE);
|
||||
|
Reference in New Issue
Block a user