Add SDL2 support to sys/osx/DOOMController.mm

This commit is contained in:
dhewg 2012-07-20 17:41:40 +02:00
parent ed121102f4
commit 918e06cf00

View file

@ -172,7 +172,7 @@ void OSX_GetVideoCard( int& outVendorId, int& outDeviceId )
main
===============
*/
int main( int argc, char *argv[] ) {
int SDL_main( int argc, char *argv[] ) {
NSAutoreleasePool *pool;
pool = [[NSAutoreleasePool alloc] init];