summaryrefslogtreecommitdiffstats
path: root/src/common/stb.h
blob: e5c197c11da57fb4c7bb68be80bd275517164b9a (plain) (blame)
1
2
3
4
5
6
7
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>