istereo

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/istereo.h	Tue Sep 06 08:07:14 2011 +0300
     1.3 @@ -0,0 +1,8 @@
     1.4 +#ifndef ISTEREO_H_
     1.5 +#define ISTEREO_H_
     1.6 +
     1.7 +int init(void);
     1.8 +void cleanup(void);
     1.9 +void redraw(void);
    1.10 +
    1.11 +#endif	/* ISTEREO_H_ */