stb.h 206 B

12345678
  1. // SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #include <stb_image.h>
  5. #include <stb_image_resize.h>
  6. #include <stb_image_write.h>