From 1ac12943617c5470b2eb0dd19b5491ec4c8d33ae Mon Sep 17 00:00:00 2001 From: Giavapps <42039061+giavapps@users.noreply.github.com> Date: Thu, 2 Aug 2018 20:15:21 +0200 Subject: [PATCH] Updated Create Visual Studio Project (markdown) --- Create-Visual-Studio-Project.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Create-Visual-Studio-Project.md b/Create-Visual-Studio-Project.md index 15c2d9b..5259001 100644 --- a/Create-Visual-Studio-Project.md +++ b/Create-Visual-Studio-Project.md @@ -9,7 +9,7 @@ Assuming you are using **Visual Studio 2017** and you downloaded raylib from **g 2. Go under **Project > Properties of Your Project Name... > C/C++ > General** and include the following additional directories: - `$(raylibSrcDir)\release\include` -3. Select **Preprocesor** and include the following preprocessor definitions (for Windows platform): +3. Select **Preprocessor** and include the following preprocessor definitions (for Windows platform): - `GRAPHICS_API_OPENGL_33` - `PLATFORM_DESKTOP`