Files @ r25664:40e22395c06b
Branch filter:

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

rubidium42
Cleanup: remove IConsoleWarning/IConsoleError helpers

Both did not support format parameters, so in many places IConsolePrint(CC_ERROR, "message") was used with a style different from what IConsoleError would do.
add_files(
    game.hpp
    game_config.cpp
    game_config.hpp
    game_core.cpp
    game_info.cpp
    game_info.hpp
    game_instance.cpp
    game_instance.hpp
    game_scanner.cpp
    game_scanner.hpp
    game_text.cpp
    game_text.hpp
)