1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-16 00:42:45 +01:00

(svn r13988) -Codechange: move the to IP resolving functions to a separate file.

This commit is contained in:
rubidium
2008-08-04 12:56:38 +00:00
parent a822e259c5
commit c88cb1daa0
8 changed files with 280 additions and 223 deletions

View File

@@ -16,6 +16,7 @@
#include "network_gamelist.h"
#include "network_udp.h"
#include "network_internal.h"
#include "core/host.h"
#include "../variables.h"
#include "../newgrf_config.h"
#include "../core/endian_func.hpp"