mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Updated Easy Raylib Setup for Windows with Visual Studio (markdown)
@ -49,8 +49,8 @@ https://github.com/JeffM2501/raylibExtras/tree/index/Premake/Game
|
||||

|
||||
Copy them into your game folder.
|
||||
|
||||
## Create a folder for your game source code
|
||||
Make a folder for your actual game’s source code. In this case we will be starting with the “advanced game” template from the raylib sources, since it is a great place to start any project from.
|
||||
## Setup your game's source code
|
||||
Make a folder for your actual game’s source code. In this case we will be starting with the “advanced game” template from the raylib sources, since it is a great place to start any project from. Be sure to copy at least one C or CPP file that has a main function into this folder. If you are unsure what to do , simply copy the code from one of the examples.
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user