Fix SDL2 include directives
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL.h>
|
||||
#include <stdbool.h>
|
||||
#include <ctype.h>
|
||||
#include <dirent.h>
|
||||
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
#include <stdio.h>
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL.h>
|
||||
#include "api/api.h"
|
||||
#include "renderer.h"
|
||||
|
||||
|
||||
+1
-1
@@ -1,7 +1,7 @@
|
||||
#ifndef RENDERER_H
|
||||
#define RENDERER_H
|
||||
|
||||
#include <SDL2/SDL.h>
|
||||
#include <SDL.h>
|
||||
#include <stdint.h>
|
||||
|
||||
typedef struct RenImage RenImage;
|
||||
|
||||
Reference in New Issue
Block a user