1
0
Fork 0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-12-22 17:49:43 +01:00

Change physfsrwops.h SDL.h include, again

This commit is contained in:
leo60228 2020-07-31 10:52:47 -04:00 committed by Misa Elizabeth Kai
parent de0998ca34
commit b132f4fc6c

View file

@ -25,7 +25,7 @@
#define _INCLUDE_PHYSFSRWOPS_H_
#include "physfs.h"
#include "SDL2/SDL.h"
#include <SDL.h>
#ifdef __cplusplus
extern "C" {