summaryrefslogtreecommitdiffstats
path: root/src/common/stb.h
diff options
context:
space:
mode:
authorAlexandre Bouvier <contact@amb.tf>2023-10-12 16:36:26 +0200
committerAlexandre Bouvier <contact@amb.tf>2023-10-25 21:47:32 +0200
commit79ba5d9c260ca4e2890b8e9c9efd79e3df5fe763 (patch)
tree31f33d5ccac863e5584b3be53cd2e07a314c9b8e /src/common/stb.h
parentMerge pull request #11812 from german77/save_capture (diff)
downloadyuzu-79ba5d9c260ca4e2890b8e9c9efd79e3df5fe763.tar
yuzu-79ba5d9c260ca4e2890b8e9c9efd79e3df5fe763.tar.gz
yuzu-79ba5d9c260ca4e2890b8e9c9efd79e3df5fe763.tar.bz2
yuzu-79ba5d9c260ca4e2890b8e9c9efd79e3df5fe763.tar.lz
yuzu-79ba5d9c260ca4e2890b8e9c9efd79e3df5fe763.tar.xz
yuzu-79ba5d9c260ca4e2890b8e9c9efd79e3df5fe763.tar.zst
yuzu-79ba5d9c260ca4e2890b8e9c9efd79e3df5fe763.zip
Diffstat (limited to '')
-rw-r--r--src/common/stb.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/common/stb.h b/src/common/stb.h
new file mode 100644
index 000000000..e5c197c11
--- /dev/null
+++ b/src/common/stb.h
@@ -0,0 +1,8 @@
+// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#pragma once
+
+#include <stb_image.h>
+#include <stb_image_resize.h>
+#include <stb_image_write.h>