Changeset - r2215:368721eb50ca
[Not reviewed]
master
0 1 0
bjarni - 19 years ago 2005-07-28 08:45:57
bjarni@openttd.org
(svn r2733) -Fix: [OSX] solved include issue introduced in 2714, which prevented OSX from opening a window to run the game in (sdl.h was not included anymore)
1 file changed with 1 insertions and 0 deletions:
unix.c
1
0 comments (0 inline, 0 general)
unix.c
Show inline comments
 
@@ -39,6 +39,7 @@ ULONG __stack = (1024*1024)*2; // maybe 
 
#endif
 

	
 
#if defined(__APPLE__)
 
#include <SDL.h>	//the mac implementation needs this file included in the same file as main()
 
#include "os/macosx/macos.h"
 
#endif
 

	
0 comments (0 inline, 0 general)