FreeBASIC  0.91.0
gfx_vsync.c
Go to the documentation of this file.
1 /* vertical sync routine */
2 
3 #include "fb_gfx.h"
4 
5 
7 {
8  if (!__fb_gfx)
12 
13  return fb_ErrorSetNum( FB_RTERROR_OK );
14 }