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:
@@ -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
|
||||
|
Reference in New Issue
Block a user