istereo2

diff src/config.h @ 7:a3c4fcc9f8f3

- started a goatkit UI theme - font rendering with drawtext and shaders - asset manager (only used by drawtext for now, will replace respath eventually)
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 24 Sep 2015 06:49:25 +0300
parents 3bccfc7d10fe
children 2a0ef5efb8e2
line diff
     1.1 --- a/src/config.h	Wed Sep 23 05:44:58 2015 +0300
     1.2 +++ b/src/config.h	Thu Sep 24 06:49:25 2015 +0300
     1.3 @@ -6,6 +6,7 @@
     1.4  
     1.5  #if defined(TARGET_IPHONE_SIMULATOR) || defined(TARGET_OS_IPHONE)
     1.6  #define IPHONE
     1.7 +#define TARGET_IPHONE
     1.8  #endif
     1.9  
    1.10  #endif	/* __APPLE__ */