sgl
annotate 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 |
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); |