alec-jackson / studious-engine

A platform agnostic, backend agnostic, graphics engine...in theory
MIT License
3 stars 1 forks source link

Move All Resource Paths to Constants #10

Closed Weetsy closed 7 months ago

Weetsy commented 1 year ago

In game.cpp, move all of the file paths to constants at the top of the file. This is done for most of the file paths, but not all. This will make managing resources less confusing.

Weetsy commented 7 months ago

Game.cpp does not represent how studious will be used when it's complete. Because game.cpp is a placeholder and nothing more, this is not important work.