Skip to content
Snippets Groups Projects
Commit 92a5a545 authored by neil's avatar neil
Browse files

Fix SDL include in physfs in Xcode land

git-svn-id: http://svn.net-core.org/repos/t-engine4@608 51575b47-30f0-44d4-a5cc-537603b46e54
parent a0a6ae11
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,11 @@
#define _INCLUDE_PHYSFSRWOPS_H_
#include "physfs.h"
#ifdef __APPLE__
#include <SDL/SDL.h>
#else
#include "SDL.h"
#endif
#ifdef __cplusplus
extern "C" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment