1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

Compile files in world folder as C++

This commit is contained in:
Michael Steenbeek
2018-01-11 10:59:26 +01:00
parent 1dada17bb0
commit cd5a1ba888
144 changed files with 353 additions and 350 deletions

View File

@@ -32,7 +32,7 @@
#include "../OpenRCT2.h"
#include "../platform/platform.h"
#include "../world/Map.h"
#include "../world/sprite.h"
#include "../world/Sprite.h"
#include "Viewport.h"
#include "Widget.h"
#include "Window.h"