Files @ r28403:d4cdcb69255f
Branch filter:

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

Patric Stout
Fix: race-condition when quitting the game with libcurl (#11688)

There could be a callback in _new_http_callbacks that is not
processed yet. All callbacks in _http_callbacks were cancelled,
but not the ones in _new_http_callbacks
add_files(
    game.hpp
    game_config.cpp
    game_config.hpp
    game_core.cpp
    game_gui.cpp
    game_gui.hpp
    game_info.cpp
    game_info.hpp
    game_instance.cpp
    game_instance.hpp
    game_scanner.cpp
    game_scanner.hpp
    game_text.cpp
    game_text.hpp
)