FreeBASIC  0.91.0
io_viewupdate.c
Go to the documentation of this file.
1 /* view print update (console, no gfx) */
2 
3 #include "../fb.h"
4 #include "fb_private_console.h"
5 
6 void fb_ConsoleViewUpdate( void )
7 {
8  if (!__fb_con.inited)
9  return;
11 }