1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Reduce inclusion of world/Sprite.h

This commit is contained in:
Michał Janiszewski
2021-02-23 00:28:57 +01:00
parent bfdf6874ac
commit 8ee49ab615
12 changed files with 15 additions and 230 deletions

View File

@@ -25,6 +25,7 @@
#include "../ui/WindowManager.h"
#include "../util/SawyerCoding.h"
#include "../world/Location.hpp"
#include "../world/Sprite.h"
#include "network.h"
#include <algorithm>