Files @ r25113:f0d6acc5740e
Branch filter:

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

Charles Pigott
Codechange: Replace CStrA with std::string
1
2
3
4
5
6
7
8
9
add_subdirectory(npf)
add_subdirectory(yapf)

add_files(
    follow_track.hpp
    pathfinder_func.h
    pathfinder_type.h
    pf_performance_timer.hpp
)