mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-14 00:09:24 +01:00
ArmCommon: Add missing header guard
Prevents any multiple inclusion errors from occurring.
This commit is contained in:
parent
8a3b14d7dc
commit
c9711a5eca
@ -2,6 +2,8 @@
|
|||||||
// Licensed under GPLv2+
|
// Licensed under GPLv2+
|
||||||
// Refer to the license.txt file included.
|
// Refer to the license.txt file included.
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include "Common/CommonTypes.h"
|
#include "Common/CommonTypes.h"
|
||||||
|
|
||||||
enum CCFlags
|
enum CCFlags
|
||||||
|
Loading…
x
Reference in New Issue
Block a user