Files
melonDS/src/frontend/duckstation/gl/loader.h
RSDuck 9a6cbc98c3 reorganise and cleanup build system
it's still not good, but better than before
2022-10-12 23:48:05 +02:00

9 lines
131 B
C

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