1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 15:24:30 +01:00

use builtin min and max

This commit is contained in:
Linus Unnebäck
2015-12-15 09:09:15 +01:00
parent aed5117384
commit 4319e57024
2 changed files with 6 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ extern "C" {
}
#include "../core/FileStream.hpp"
#include "../core/Math.hpp"
#include "../core/Memory.hpp"
#include "../core/StringBuilder.hpp"
#include "LanguagePack.h"