mirror of
https://github.com/thepigeongenerator/tetris_clone.git
synced 2025-12-17 14:05:45 +01:00
fix pedantic warnings
This commit is contained in:
@@ -1,10 +1,15 @@
|
||||
// initializes the window and renderer
|
||||
#include "renderer.h"
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL_error.h>
|
||||
#include <SDL_rect.h>
|
||||
#include <SDL_render.h>
|
||||
#include <SDL_video.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "../errors.h"
|
||||
#include "../game/game.h"
|
||||
#include "colour.h"
|
||||
#include "renderer.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user