Files @ r28210:eaa3026e9a5f
Branch filter:

Location: cpp/openttd-patchpack/source/src/pathfinder/yapf/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.
add_files(
    nodelist.hpp
    yapf.h
    yapf.hpp
    yapf_base.hpp
    yapf_cache.h
    yapf_common.hpp
    yapf_costbase.hpp
    yapf_costcache.hpp
    yapf_costrail.hpp
    yapf_destrail.hpp
    yapf_node.hpp
    yapf_node_rail.hpp
    yapf_node_road.hpp
    yapf_node_ship.hpp
    yapf_rail.cpp
    yapf_road.cpp
    yapf_ship.cpp
    yapf_type.hpp
)