1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 09:14:58 +01:00

Add missing header guards (#8081)

This commit is contained in:
Michał Janiszewski
2018-10-10 23:27:25 +02:00
committed by GitHub
parent d904219ffb
commit 63c6486a7f
3 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#pragma once
#include <openrct2/common.h>
namespace OpenRCT2::Ui

View File

@@ -7,4 +7,6 @@
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#pragma once
void RegisterBitmapReader();

View File

@@ -7,6 +7,8 @@
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#pragma once
#include "../core/Imaging.h"
#include "Drawing.h"