Duckstation/src/common/gl/loader.h
2022-07-21 17:29:57 +10:00

8 lines
119 B
C

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