Files @ r25827:5a9ded1a0c1a
Branch filter:

Location: cpp/openttd-patchpack/source/src/ai/CMakeLists.txt

Patric Stout
Feature: allow the use of STUN to connect client and server together

This method doesn't require port-forwarding to be used, and works for
most common NAT routers in home setups. But, for sure it doesn't work
for all setups, and not everyone will be able to use this.
add_files(
    ai.hpp
    ai_config.cpp
    ai_config.hpp
    ai_core.cpp
    ai_gui.cpp
    ai_gui.hpp
    ai_info.cpp
    ai_info.hpp
    ai_instance.cpp
    ai_instance.hpp
    ai_scanner.cpp
    ai_scanner.hpp
)