1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 20:49:11 +00:00

(svn r11668) -Codechange: more refactoring aimed at reducing compile time and making it more logic where function definitions can be found.

This commit is contained in:
rubidium
2007-12-19 20:45:46 +00:00
parent 8896bea306
commit d582aea639
47 changed files with 138 additions and 59 deletions

View File

@@ -17,6 +17,8 @@
#include "network_gui.h"
#include "network_gamelist.h"
#include "../gui.h"
#include "../window_gui.h"
#include "../textbuf_gui.h"
#include "../gfx.h"
#include "../command.h"
#include "../variables.h"
@@ -31,6 +33,11 @@
#define BGC 5
#define BTC 15
struct chatquerystr_d : public querystr_d {
int dest;
};
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(chatquerystr_d));
struct network_d {
PlayerID company; // select company in network lobby
byte field; // select text-field in start-server and game-listing