summaryrefslogtreecommitdiffstats
path: root/src/yuzu/check_vulkan.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu/check_vulkan.h')
-rw-r--r--src/yuzu/check_vulkan.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/yuzu/check_vulkan.h b/src/yuzu/check_vulkan.h
index 3b199d3bb..e4ea93582 100644
--- a/src/yuzu/check_vulkan.h
+++ b/src/yuzu/check_vulkan.h
@@ -1 +1,6 @@
+// SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
bool CheckVulkan();