duckstation/src/util/opengl_loader.h
2024-09-01 22:08:31 +10:00

11 lines
246 B
C

// SPDX-FileCopyrightText: 2019-2024 Connor McLaughlin <stenzek@gmail.com>
// SPDX-License-Identifier: CC-BY-NC-ND-4.0
#pragma once
// Fix glad.h including windows.h
#ifdef _WIN32
#include "common/windows_headers.h"
#endif
#include "glad/gl.h"