Added SDL2_mixer

This commit is contained in:
Gerhard Stein
2020-10-03 09:49:54 +00:00
parent d9267a1653
commit 4741fe77bb
2462 changed files with 1005632 additions and 4 deletions

View File

@@ -0,0 +1,16 @@
/* SDLMain.m - main entry point for our Cocoa-ized SDL app
Initial Version: Darrell Walisser <dwaliss1@purdue.edu>
Non-NIB-Code & other changes: Max Horn <max@quendi.de>
Feel free to customize this file to suit your needs
*/
#ifndef _SDLMain_h_
#define _SDLMain_h_
#import <Cocoa/Cocoa.h>
@interface SDLMain : NSObject
@end
#endif /* _SDLMain_h_ */