mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
8 lines
120 B
C
8 lines
120 B
C
#pragma once
|
|
|
|
// Fix glad.h including windows.h
|
|
#ifdef _WIN32
|
|
#include "windows_headers.h"
|
|
#endif
|
|
|
|
#include <glad/gl.h>
|