sgl
diff src/ios_init.h @ 37:b3374e30361c
xcode project for uikit version, untested
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Wed, 27 Jun 2012 05:15:50 +0300 |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/src/ios_init.h Wed Jun 27 05:15:50 2012 +0300 1.3 @@ -0,0 +1,8 @@ 1.4 +#import <Foundation/Foundation.h> 1.5 + 1.6 +@interface sgl : NSObject 1.7 +// XXX no need for init yet... 1.8 +@end 1.9 + 1.10 + 1.11 +void sgl_modules_init(void); 1.12 \ No newline at end of file