1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Add missing pragma once to TileElementsView.h

This commit is contained in:
Aaron van Geffen
2024-03-27 20:39:37 +01:00
parent 98c3c8b22c
commit e173564500

View File

@@ -7,6 +7,8 @@
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#pragma once
#include "Location.hpp"
#include "Map.h"
#include "TileElement.h"