Fix typo
This commit is contained in:
8
third_party/duckstation/gl/loader.h
vendored
Normal file
8
third_party/duckstation/gl/loader.h
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
// Fix glad.h including windows.h
|
||||
#ifdef _WIN32
|
||||
#include "windows_headers.h"
|
||||
#endif
|
||||
|
||||
#include <glad/gl.h>
|
||||
Reference in New Issue
Block a user