diff options
| author | Ray <[email protected]> | 2018-05-10 17:35:02 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2018-05-10 17:35:02 +0200 |
| commit | 8ae8d3ac782825d732a0680bd1ad80db420718a9 (patch) | |
| tree | 34729e46d88338d8e5db848609c3c49ad67fe53d /projects/VS2017/raylib.App.UWP/pch.h | |
| parent | f26a38a9e1b5abffbf47d27ed33c350b8d8c9e5b (diff) | |
| download | raylib-8ae8d3ac782825d732a0680bd1ad80db420718a9.tar.gz raylib-8ae8d3ac782825d732a0680bd1ad80db420718a9.zip | |
Reorganized project templates folder
Diffstat (limited to 'projects/VS2017/raylib.App.UWP/pch.h')
| -rw-r--r-- | projects/VS2017/raylib.App.UWP/pch.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/projects/VS2017/raylib.App.UWP/pch.h b/projects/VS2017/raylib.App.UWP/pch.h new file mode 100644 index 00000000..dcbd2378 --- /dev/null +++ b/projects/VS2017/raylib.App.UWP/pch.h @@ -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>
\ No newline at end of file |
