mirror of
https://github.com/thepigeongenerator/tetris_clone
synced 2026-02-08 17:42:44 +01:00
fix: not using renderer and timer directly
This commit is contained in:
@@ -11,8 +11,6 @@
|
|||||||
#include <time.h>
|
#include <time.h>
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
|
|
||||||
#include "SDL_render.h"
|
|
||||||
#include "SDL_timer.h"
|
|
||||||
#include "SDL_ttf.h"
|
#include "SDL_ttf.h"
|
||||||
#include "errors.h"
|
#include "errors.h"
|
||||||
#include "game/game.h"
|
#include "game/game.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user