finish title screen, fix game logic, add textures, somehow forgot the T tetromino lol
This commit is contained in:
@@ -18,6 +18,8 @@ private:
|
||||
void render( );
|
||||
void inputHandler( );
|
||||
|
||||
void handleWindowResize( );
|
||||
|
||||
unique_ptr<SDL_Window, void(*)(SDL_Window*)> window;
|
||||
shared_ptr<SDL_Renderer> renderer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user