fix pedantic warnings

This commit is contained in:
2025-01-24 19:35:13 +01:00
parent ec77c6958f
commit 3190bb4732
12 changed files with 112 additions and 77 deletions

View File

@@ -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"