diff options
| author | raysan5 <[email protected]> | 2018-07-21 15:44:06 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2018-07-21 15:44:06 +0200 |
| commit | 2875f4cf117c1f0db2cf841cbf28b983fc980d6e (patch) | |
| tree | 48ecf4f94af733388a24baef9ef957abff6625b0 /projects/VS2017/raylib.App.UWP/pch.h | |
| parent | 6e812cf14700d4106ab941c3b2da02da06b0fb45 (diff) | |
| download | raylib-2875f4cf117c1f0db2cf841cbf28b983fc980d6e.tar.gz raylib-2875f4cf117c1f0db2cf841cbf28b983fc980d6e.zip | |
Remove VS2017 UWP project
Not properly configured, use VS2015.UWP as reference
Diffstat (limited to 'projects/VS2017/raylib.App.UWP/pch.h')
| -rw-r--r-- | projects/VS2017/raylib.App.UWP/pch.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/projects/VS2017/raylib.App.UWP/pch.h b/projects/VS2017/raylib.App.UWP/pch.h deleted file mode 100644 index dcbd2378..00000000 --- a/projects/VS2017/raylib.App.UWP/pch.h +++ /dev/null @@ -1,16 +0,0 @@ -#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>
\ No newline at end of file |
