istereo2

diff src/istereo.h @ 20:2b85d05df3f2

animation controls for easier screenshot grabbing
author John Tsiombikas <nuclear@member.fsf.org>
date Fri, 02 Oct 2015 04:54:55 +0300
parents 3bccfc7d10fe
children
line diff
     1.1 --- a/src/istereo.h	Fri Oct 02 04:20:21 2015 +0300
     1.2 +++ b/src/istereo.h	Fri Oct 02 04:54:55 2015 +0300
     1.3 @@ -27,4 +27,7 @@
     1.4  void mouse_button(int bn, int press, int x, int y);
     1.5  void mouse_motion(int x, int y);
     1.6  
     1.7 +void playpause(void);
     1.8 +void seektime(long msec);
     1.9 +
    1.10  #endif	/* ISTEREO_H_ */