blob: dd26b9b67f0d3db92883398ba096cf8ee56f91fc (
plain)
1
2
3
4
5
6
7
8
|
// SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project & 2025 citron Homebrew 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>
|