1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 06:23:04 +01:00

Move scenario sources to sub directory

This commit is contained in:
Ted John
2016-12-14 12:13:52 +00:00
parent c6d9fe6b55
commit c5899139d7
56 changed files with 115 additions and 614 deletions

View File

@@ -66,7 +66,7 @@ extern "C" {
#include "../localisation/localisation.h"
#include "../management/finance.h"
#include "../network/http.h"
#include "../scenario.h"
#include "../scenario/scenario.h"
#include "../windows/error.h"
#include "../util/util.h"
#include "../cheats.h"