I have a game class as follows:
// game.h class Game { public: void Run(); void CleanUp(); }
I want to create a texture pointer which is