Files @ r28622:281cf7fd7f53
Branch filter:

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

frosch
Codechange: wrap 'if' in macros into 'do { ... } while (false)', so it does not break on following 'else'.
1
2
3
4
5
6
7
add_files(
    grf.cpp
    grf.hpp
    sprite_file.cpp
    sprite_file_type.hpp
    spriteloader.hpp
)