hostile-takeover/game/sdl/mac/SDLMain.h
Nathan Fulton fff71efc11 SDL-OSX port improvements
- Add chatroom
- Add string input
- Update main() to support SDL2
- Change game files location to
~/Library/ApplicationSupport/HostileTakeover
- Open URLs with OS’s default browser
- Use Xcode default C/C++Objective-C compiler
- Remove game/sdl/mac/SDL.framework
- Use game/sdl/SDL2/osx/SDL2.framework
2016-08-24 16:19:45 -04:00

7 lines
83 B
C

#ifndef _SDLMain_h_
#define _SDLMain_h_
int SDL_main();
#endif /* _SDLMain_h_ */