mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-23 23:21:46 +00:00
11 lines
234 B
C
11 lines
234 B
C
|
// Copyright 2021-2022, Collabora, Ltd.
|
||
|
// SPDX-License-Identifier: BSL-1.0
|
||
|
/*!
|
||
|
* @file
|
||
|
* @brief WGL API wrapper.
|
||
|
* @author Ryan Pavlik <ryan.pavlik@collabora.com>
|
||
|
* @ingroup aux_ogl
|
||
|
*/
|
||
|
|
||
|
#include "../../external/glad/src/wgl.c"
|