WIP: Vibra support
[neverball] / share / video.h
index faaf732..a225a5c 100644 (file)
 
 /*---------------------------------------------------------------------------*/
 
+int video_init(const char *, const char *);
+
+/*---------------------------------------------------------------------------*/
+
 int  video_mode(int, int, int);
 
 int  video_perf(void);
-void video_sync(void);
 void video_swap(void);
 
 void video_set_grab(int w);