Files @ r10055:e754c2215cb8
Branch filter:

Location: cpp/openttd-patchpack/source/src/network/core/host.h

smatz
(svn r14221) -Fix: signs (town name, station name, ...) could be too long for 8bit width in pixels
/* $Id$ */

/**
 * @file host.h Resolving of hostnames/IPs
 */

#ifndef NETWORK_CORE_HOST_H

void NetworkFindBroadcastIPs(uint32 *broadcast, int limit);
uint32 NetworkResolveHost(const char *hostname);

#endif /* NETWORK_CORE_HOST_H */