Files @ r26032:c542cabb8e9c
Branch filter:

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

Loïc Guilloux
Fix #9630: intro game could zoom in/out more than allowed by settings (#9633)

Also fixes #9622
add_files(
    demands.cpp
    demands.h
    flowmapper.cpp
    flowmapper.h
    init.h
    linkgraph.cpp
    linkgraph.h
    linkgraph_base.h
    linkgraph_gui.cpp
    linkgraph_gui.h
    linkgraph_type.h
    linkgraphjob.cpp
    linkgraphjob.h
    linkgraphjob_base.h
    linkgraphschedule.cpp
    linkgraphschedule.h
    mcf.cpp
    mcf.h
    refresh.cpp
    refresh.h
)