Files @ r24830:d8e510c24281
Branch filter:

Location: cpp/openttd-patchpack/source/.gitignore

Patric Stout
Codechange: use std::chrono to track time in modal windows

Adding to _realtime_ticks in a random place is a bit of a hack,
and by using modern C++, we can avoid this hack.
1
2
3
4
5
6
7
/.vs
/build*
CMakeSettings.json
docs/aidocs/*
docs/gamedocs/*
docs/source/*
/out