sgl

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