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

Remove sprite.h includes where possible

This commit is contained in:
duncanspumpkin
2021-05-29 08:54:33 +01:00
parent ee981e62e1
commit 98f9f24909
79 changed files with 0 additions and 97 deletions

View File

@@ -28,7 +28,6 @@
#include "../ui/UiContext.h"
#include "../ui/WindowManager.h"
#include "../world/Map.h"
#include "../world/Sprite.h"
#include "Viewport.h"
#include "Widget.h"
#include "Window_internal.h"