]> 4ch.mooo.com Git - 16.git/blob - 16/xlib/xvsync.h
refresh wwww
[16.git] / 16 / xlib / xvsync.h
1 #ifndef _XVSYNC_H_\r
2 #define _XVSYNC_H_\r
3 \r
4 \r
5 #ifdef __cplusplus\r
6 extern "C" {\r
7 #endif\r
8 \r
9         void x_install_vsync_handler(int skipcount);\r
10         void x_remove_vsync_handler(void);\r
11         void x_set_user_vsync_handler(void far (*)());\r
12 \r
13 #ifdef __cplusplus\r
14 }\r
15 #endif\r
16 \r
17 \r
18 extern WORD             TicksPerSecond;\r
19 extern volatile long    VsyncIntTicks;\r
20 extern WORD             VsyncPeriod;\r
21 \r
22 #endif\r