Copyright 2023, Ali Arya
Anyone Can Code: Algorithmic Thinking
================================
SDL Examples
================================
To use SDL example:

Install SDL on your computer
Use Visual Studio for Windows
Create a new folder
Copy all SDL files to that folder
Open the SDL.sln
Make sure SDL project settings are correctly pointing tothe location of SDL files
Select only one example and add the source file to your project

If you have your own SDL projects, copy SDLX.h, SDLX.cpp, and the example source file to that project.