Port to SDL2

This commit is contained in:
2022-04-04 02:36:36 +02:00
parent 7e94c5053d
commit 48583e0b08
12 changed files with 63 additions and 60 deletions

View File

@@ -5,7 +5,7 @@
Feel free to customize this file to suit your needs
*/
#include <SDL/SDL.h>
#include <SDL.h>
#import <Cocoa/Cocoa.h>
@interface SDLMain : NSObject