This is my current main, just to check if each function within each class works.
The problem is, the function DisplayBG(); is declared in my class file as
SDL_Texture* DisplayBG ();
How do I reference that function properly in my main? At the moment I get an undefined reference error.