1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-19 05:52:27 +01:00

Fix main function

This commit is contained in:
Ted John
2016-12-02 17:16:12 +00:00
parent 9c973e20cd
commit 756e26ad45
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
// Make MSVC shut up about M_PI
#include <math.h>
#include <cmath>
extern "C" {
#include "util/sawyercoding.h"