1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 19:43:06 +01:00

Add missing header to ObjectEntryManager.h

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

View File

@@ -1,3 +1,14 @@
/*****************************************************************************
* Copyright (c) 2014-2024 OpenRCT2 developers
*
* For a complete list of all authors, please refer to contributors.md
* Interested in contributing? Visit https://github.com/OpenRCT2/OpenRCT2
*
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#pragma once
#include "ObjectTypes.h"
namespace OpenRCT2::ObjectManager