A few fixes
This commit is contained in:
+2
-1
@@ -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;
|
||||
|
||||
+2
-1
@@ -1,8 +1,9 @@
|
||||
#ifndef __TEXT_H__
|
||||
#define __TEXT_H__
|
||||
|
||||
#include <SDL/SDL_ttf.h>
|
||||
#include "renderer.h"
|
||||
#include <SDL2/SDL_ttf.h>
|
||||
|
||||
|
||||
typedef struct {
|
||||
int x;
|
||||
|
||||
Reference in New Issue
Block a user