diff options
author | Patric Stout <truebrain@openttd.org> | 2021-04-26 15:18:10 +0200 |
---|---|---|
committer | Patric Stout <github@truebrain.nl> | 2021-04-27 20:18:53 +0200 |
commit | cb2ef1ea4b74c3d73ba86d978c001784d398bf27 (patch) | |
tree | 347ae80dcbb00bda1fe7cf3d12643ea46236db70 /src/network/core/tcp_http.cpp | |
parent | 8fa53f543a5929bdbb12c8776ae9577594f9eba7 (diff) | |
download | openttd-cb2ef1ea4b74c3d73ba86d978c001784d398bf27.tar.xz |
Codechange: move all NetworkGameInfo related functions to a single file
It currently was a bit scattered over the place. Part of
NetworkGameInfo is also the GRF Identifiers that goes with it.
Diffstat (limited to 'src/network/core/tcp_http.cpp')
-rw-r--r-- | src/network/core/tcp_http.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/core/tcp_http.cpp b/src/network/core/tcp_http.cpp index d57f4eceb..ee74c4507 100644 --- a/src/network/core/tcp_http.cpp +++ b/src/network/core/tcp_http.cpp @@ -13,6 +13,7 @@ #include "../../debug.h" #include "../../rev.h" #include "../network_func.h" +#include "game_info.h" #include "tcp_http.h" |