sgl

view src/ios_init.h @ 38:a7b96de14be8

merged with main
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 27 Jun 2012 05:16:25 +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);