istereo2

view src/config.h @ 5:6a39b8912752

fuck the UIKit widgets, I'll do my own widgets, with blackjack, and hookers
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 22 Sep 2015 07:13:47 +0300
parents
children 3bccfc7d10fe
line source
1 #ifndef CONFIG_H_
2 #define CONFIG_H_
4 #if defined(__IPHONE_3_0) || defined(__IPHONE_3_2) || defined(__IPHONE_4_0)
5 #define IPHONE
7 #define glClearDepth glClearDepthf
8 #endif
10 #endif /* CONFIG_H_ */