Files @ r28210:eaa3026e9a5f
Branch filter:

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

rubidium42
Remove: ZOOM_LVL_COUNT

This is the only enumeration with a COUNT and END. The logic of the COUNT
implied that BEGIN could be non-zero, but all but two uses of zoom level
assume that BEGIN is zero, making the separate count only confusing.
1
2
3
add_subdirectory(macosx)
add_subdirectory(unix)
add_subdirectory(windows)