1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 03:23:15 +01:00

Add include guards to headers missing it

This commit is contained in:
Michał Janiszewski
2016-11-13 14:08:41 +01:00
parent a8b8b04dd4
commit 5524979289
2 changed files with 4 additions and 0 deletions

View File

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

View File

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