Clean up ghost file and move shader functions into a new file

This commit is contained in:
2023-10-12 18:55:21 -04:00
parent 449632fd6d
commit 3422fafbff
5 changed files with 150 additions and 123 deletions

View File

@@ -17,7 +17,6 @@ const float hvelocity = 10.0;
class Player {
public:
Player(glm::vec3 startpos, float startyaw);