Duckstation/src/common/gl/loader.h

8 lines
119 B
C
Raw Normal View History

2022-07-08 11:57:06 +00:00
#pragma once
// Fix glad.h including windows.h
#ifdef _WIN32
#include "../windows_headers.h"
#endif
#include "glad.h"