0
0
Fork 0
mirror of https://git.sr.ht/~rabbits/uxn synced 2024-11-05 22:05:04 +00:00

Dropped SDL/ prefix in uxnemu.c

This commit is contained in:
Andrew Alderwick 2021-06-08 15:57:00 +01:00
parent 3ada9e8bd9
commit 4bc3ce0d4b

View file

@ -1,4 +1,4 @@
#include <SDL2/SDL.h>
#include <SDL.h>
#include <stdio.h>
#include <time.h>
#include "uxn.h"