FreeBASIC
0.91.0
|
#include "fb_gfx.h"
Go to the source code of this file.
Functions | |
FBCALL void | fb_GfxLock (void) |
FBCALL void | fb_GfxUnlock (int start_line, int end_line) |
FBCALL void * | fb_GfxScreenPtr (void) |
FBCALL void fb_GfxLock | ( | void | ) |
Definition at line 7 of file gfx_access.c.
FBCALL void* fb_GfxScreenPtr | ( | void | ) |
FBCALL void fb_GfxUnlock | ( | int | start_line, |
int | end_line | ||
) |