SurajSharma90 / SFML_RPG

RPG game made in SFML using C++
191 stars 36 forks source link

Fix warnings and make it compile-able on Linux/macOS #11

Closed thenofreeman closed 1 year ago

thenofreeman commented 1 year ago

I stumbled on your repo as I am learning sfml myself.

I made some changes to get it working on Linux (hopefully without breaking any Windows logic) and cleared some compiler warnings that I came across.