Panda3DS/third_party/duckstation/gl/loader.h
wheremyfoodat 5d9ded47da Fix typo
2023-09-30 01:35:26 +03:00

8 lines
120 B
C

#pragma once
// Fix glad.h including windows.h
#ifdef _WIN32
#include "windows_headers.h"
#endif
#include <glad/gl.h>