Change SDL include path

This commit is contained in:
Ry 2022-11-08 17:14:49 -08:00
parent 565685776a
commit 4bb07c3c52
9 changed files with 9 additions and 9 deletions

View File

@ -1,4 +1,4 @@
#include <SDL2/SDL.h>
#include <SDL.h>
#include <getopt.h>
#include <math.h>
#include <stdarg.h>

View File

@ -1,4 +1,4 @@
#include <SDL2/SDL.h>
#include <SDL.h>
#include <getopt.h>
#include <math.h>
#include <stdarg.h>

View File

@ -1,4 +1,4 @@
#include <SDL2/SDL.h>
#include <SDL.h>
#include <getopt.h>
#include <math.h>
#include <stdarg.h>

View File

@ -1,4 +1,4 @@
#include <SDL2/SDL.h>
#include <SDL.h>
#include <getopt.h>
#include <math.h>
#include <stdarg.h>

View File

@ -1,4 +1,4 @@
#include <SDL2/SDL.h>
#include <SDL.h>
#include <getopt.h>
#include <stdarg.h>
#include <stdbool.h>

View File

@ -1,4 +1,4 @@
#include <SDL2/SDL.h>
#include <SDL.h>
#include <getopt.h>
#include <math.h>
#include <stdarg.h>

View File

@ -1,4 +1,4 @@
#include <SDL2/SDL.h>
#include <SDL.h>
#include <getopt.h>
#include <math.h>
#include <stdarg.h>

View File

@ -1,4 +1,4 @@
#include <SDL2/SDL.h>
#include <SDL.h>
#include <getopt.h>
#include <stdarg.h>
#include <stdbool.h>

View File

@ -1,6 +1,6 @@
#pragma once
#include <SDL2/SDL.h>
#include <SDL.h>
struct Screen;