Sha256: 61ddce6a9644db7439957821c09eeba41320ee22ddcc75b163ff62e23c4933fa
Contents?: true
Size: 378 Bytes
Versions: 2
Compression:
Stored size: 378 Bytes
Contents
/* 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_ */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ray-0.0.0.pre2 | ext/SDLMain.h |
ray-0.0.0.pre1 | ext/SDLMain.h |