sgl

view 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 source
1 #import <Foundation/Foundation.h>
3 @interface sgl : NSObject
4 // XXX no need for init yet...
5 @end
8 void sgl_modules_init(void);