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

Merge pull request #21682 from AaronVanGeffen/pragma-once

Add pragma once to a few headers
This commit is contained in:
Michael Steenbeek
2024-03-27 22:16:24 +01:00
committed by GitHub
2 changed files with 13 additions and 0 deletions

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

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"