From 300eed2ab3ce6ff57b54e4b66e8044ffd75d3fa7 Mon Sep 17 00:00:00 2001 From: Mattheon <68176359+Mattheon@users.noreply.github.com> Date: Tue, 1 Sep 2020 16:08:50 -0700 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 af43373..2467f53 100644 --- a/Create-Visual-Studio-Project.md +++ b/Create-Visual-Studio-Project.md @@ -19,7 +19,7 @@ Assuming you are using **Visual Studio 2017** and you downloaded raylib from **g 1. Create a new **Console** project so **File > New > Project...** 2. Go under **Project > Properties of Your Project Name... > C/C++ > General** and include the following additional directories: - - `$(raylibSrcDir)\release\include` + - `$(raylibSrcDir)\raylib\src` 3. Select **Preprocessor** and include the following preprocessor definitions (for Windows platform): - `GRAPHICS_API_OPENGL_33`