istereo

view src/istereo.h @ 34:634c7f7c1f0f

the text blur distance was too much man
author John Tsiombikas <nuclear@mutantstargoat.com>
date Fri, 09 Sep 2011 00:31:54 +0300
parents 1bb950d0976b
children ff055bff6a15
line source
1 #ifndef ISTEREO_H_
2 #define ISTEREO_H_
4 int init(void);
5 void cleanup(void);
6 void redraw(void);
7 void reshape(int x, int y);
9 #endif /* ISTEREO_H_ */