(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 8018aeac9f
commit eb5fb4443a
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"