mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-29 18:29:18 -05:00
Reorganized project templates folder
This commit is contained in:
16
projects/VS2017/raylib.App.UWP/pch.h
Normal file
16
projects/VS2017/raylib.App.UWP/pch.h
Normal file
@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
#include <wrl.h>
|
||||
|
||||
// OpenGL ES includes
|
||||
#include <GLES2/gl2.h>
|
||||
#include <GLES2/gl2ext.h>
|
||||
|
||||
// EGL includes
|
||||
#include <EGL/egl.h>
|
||||
#include <EGL/eglext.h>
|
||||
#include <EGL/eglplatform.h>
|
||||
|
||||
// ANGLE include for Windows Store
|
||||
#include <angle_windowsstore.h>
|
||||
Reference in New Issue
Block a user