istereo

view src/istereo.h @ 0:1bb950d0976b

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Tue, 06 Sep 2011 08:07:14 +0300
parents
children bb68fac22579
line source
1 #ifndef ISTEREO_H_
2 #define ISTEREO_H_
4 int init(void);
5 void cleanup(void);
6 void redraw(void);
8 #endif /* ISTEREO_H_ */