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,6 +1,6 @@
#include "rom.h"
#include <SDL2/SDL.h>
#include <SDL.h>
#include <cstddef>
#include <cstring>