mirror of
https://github.com/Vita3K/Vita3K.git
synced 2026-07-11 01:34:23 +02:00
df2ffeb48e
* external: Update CLI11 to version v2.3.2 * external: Update MoltenVK to 1.2.5 * external: Update SPIRV-Cross to sdk-1.3.261.1 * external: Update Vulkan-Headers to v1.3.261 * external: Update capstone to 5.0.1 * external: Update cubeb * external: Update dirent to 1.24 * external: Update fmt to 10.1.1 * external: Update glad to 2.0.4 * external: Update glslang to sdk-1.3.261.1 * external: Update googletest to v1.14.0 * external: Update imgui to version v1.89.9 * external: Update imgui_club * external: Update miniz to version 3.0.2 * external: Update nativefiledialog-extended to version v1.1.0 * external: Update openssl to 3.1.2 * external: Update pugixml to version v1.13 * external: Update spdlog to v1.12.0 * external: Update stb * external: Update tracy to v0.9.1 * external: Update vita-toolchain * external: Update xxHash to v0.8.2 * external: Update yaml-cpp to version 0.8.0
21 lines
832 B
C++
21 lines
832 B
C++
// Vita3K emulator project
|
|
// Copyright (C) 2023 Vita3K team
|
|
//
|
|
// This program is free software; you can redistribute it and/or modify
|
|
// it under the terms of the GNU General Public License as published by
|
|
// the Free Software Foundation; either version 2 of the License, or
|
|
// (at your option) any later version.
|
|
//
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU General Public License along
|
|
// with this program; if not, write to the Free Software Foundation, Inc.,
|
|
// 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
#pragma once
|
|
|
|
#include <glad/gl.h>
|
|
#undef APIENTRY |