1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-04 13:42:55 +01:00

Add missing include guards

This commit is contained in:
Michał Janiszewski
2017-12-26 11:41:03 +01:00
parent 1b0d1b9238
commit fe55ed6f64
3 changed files with 6 additions and 0 deletions

View File

@@ -14,6 +14,8 @@
*****************************************************************************/
#pragma endregion
#pragma once
#include "../common.h"
#include "map.h"

View File

@@ -14,6 +14,8 @@
*****************************************************************************/
#pragma endregion
#pragma once
#include "../common.h"
#include "map.h"
#include "scenery.h"

View File

@@ -14,6 +14,8 @@
*****************************************************************************/
#pragma endregion
#pragma once
#include "../common.h"
#include "map.h"