diff options
| author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-06-24 07:20:57 -0400 |
|---|---|---|
| committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-06-24 07:20:57 -0400 |
| commit | eed0d1f33bd888e7620c2765b9c47bd43a49efad (patch) | |
| tree | f888006419bcfc50560c8af23424d2e48940674b /src/core/hle/api_version.h | |
| parent | 1b09d6628b7f268c256c12e4d3e373724671d2f1 (diff) | |
general: Add missing #pragma once directives
Diffstat (limited to 'src/core/hle/api_version.h')
| -rw-r--r-- | src/core/hle/api_version.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/api_version.h b/src/core/hle/api_version.h index 811732179..5e10a7ad9 100644 --- a/src/core/hle/api_version.h +++ b/src/core/hle/api_version.h @@ -2,6 +2,8 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#pragma once + #include "common/common_types.h" // This file contains yuzu's HLE API version constants. |
