SDL.h is still needed on OSX.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@1678 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -42,6 +42,11 @@
|
||||
#include "starcon.h"
|
||||
|
||||
|
||||
#if defined(GFXMODULE_SDL)
|
||||
# include SDL_INCLUDE(SDL.h)
|
||||
// Including this is actually necessary on OSX.
|
||||
#endif
|
||||
|
||||
struct options_struct {
|
||||
const char *logFile;
|
||||
enum {
|
||||
|
||||
Reference in New Issue
Block a user