Duckstation/src/util/opengl_loader.h

11 lines
256 B
C
Raw Normal View History

// SPDX-FileCopyrightText: 2019-2022 Connor McLaughlin <stenzek@gmail.com>
// SPDX-License-Identifier: (GPL-3.0 OR CC-BY-NC-ND-4.0)
2022-07-08 11:57:06 +00:00
#pragma once
// Fix glad.h including windows.h
#ifdef _WIN32
#include "common/windows_headers.h"
2022-07-08 11:57:06 +00:00
#endif
#include "glad.h"