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
1 changed files with 1 additions and 1 deletions

View File

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