1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-17 03:53:07 +01:00

Extract common parts from rct2.h to common.h

This commit is contained in:
Michał Janiszewski
2016-11-30 12:07:10 +01:00
committed by Michał Janiszewski
parent e7254ca708
commit 54e622659d
62 changed files with 226 additions and 160 deletions

View File

@@ -31,6 +31,7 @@ extern "C"
#include "config.h"
#include "localisation/localisation.h"
#include "scenario.h"
#include "rct2.h"
}
static int ScenarioCategoryCompare(int categoryA, int categoryB)