mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-30 01:29:52 -06:00
9 lines
131 B
C
9 lines
131 B
C
#pragma once
|
|
|
|
// Fix glad.h including windows.h
|
|
#ifdef _WIN32
|
|
#include "../windows_headers.h"
|
|
#endif
|
|
|
|
#include "../../glad/glad.h"
|