diff options
author | Filip Gawin <filip.gawin@zoho.com> | 2020-04-17 19:30:57 +0200 |
---|---|---|
committer | Filip Gawin <filip.gawin@zoho.com> | 2020-04-17 19:30:57 +0200 |
commit | 63951d9b957b30a110f42a03edb4833cbbaf380e (patch) | |
tree | 8402ea533b91a216a1dfecd865d6d86a443bc74f /src/core/Game.cpp | |
parent | ac26d9cddaa31004ea0a2f1449830b25031ecdef (diff) |
Part one
Diffstat (limited to 'src/core/Game.cpp')
-rw-r--r-- | src/core/Game.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Game.cpp b/src/core/Game.cpp index 7ccf78d0..8b2f8604 100644 --- a/src/core/Game.cpp +++ b/src/core/Game.cpp @@ -72,7 +72,7 @@ #include "Streaming.h" #include "SurfaceTable.h" #include "TempColModels.h" -#include "TimeCycle.h" +#include "Timecycle.h" #include "TrafficLights.h" #include "Train.h" #include "TxdStore.h" |