A few fixes

This commit is contained in:
Marc
2023-01-20 22:07:07 +01:00
parent 48cf92ac22
commit b3a1ce110c
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -2,7 +2,8 @@
#define __RENDERER_H__
#include <SDL2/SDL_surface.h>
#include <SDL2/SDL.h>
#include <SDL2/SDL_render.h>
typedef int RenderId_t;
static SDL_Renderer * renderer;