istereo

annotate src/config.h @ 32:bc6db80aaa58

stop the texture coordinates from growing to rediculous proportions
author John Tsiombikas <nuclear@mutantstargoat.com>
date Thu, 08 Sep 2011 21:22:44 +0300
parents 32503603eb7d
children
rev   line source
nuclear@15 1 #ifndef CONFIG_H_
nuclear@15 2 #define CONFIG_H_
nuclear@15 3
nuclear@15 4 #if defined(__IPHONE_3_0) || defined(__IPHONE_3_2) || defined(__IPHONE_4_0)
nuclear@15 5 #define IPHONE
nuclear@32 6
nuclear@32 7 #define glClearDepth glClearDepthf
nuclear@15 8 #endif
nuclear@15 9
nuclear@15 10 #endif /* CONFIG_H_ */