1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 07:13:07 +01:00
Add msbuild / msvc / windows support for tests
This commit is contained in:
Michał Janiszewski
2016-12-02 22:52:07 +01:00
committed by GitHub
10 changed files with 309 additions and 187 deletions

View File

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