Build SDL from source

This commit is contained in:
Justin Scofield
2022-07-30 12:15:08 -04:00
parent 51351508e7
commit 332bf5f3f3
18 changed files with 29 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
#ifndef YAZE_APP_ROM_H
#define YAZE_APP_ROM_H
#include <SDL2/SDL.h>
#include <SDL.h>
#include <cstddef>
#include <cstring>