FreeBASIC
0.91.0
|
#include "fb_gfx.h"
Go to the source code of this file.
Functions | |
FBCALL int | fb_GfxFlip (int from_page, int to_page) |
int | fb_GfxPageCopy (int from_page, int to_page) |
int | fb_GfxPageSet (int work_page, int visible_page) |
FBCALL int fb_GfxFlip | ( | int | from_page, |
int | to_page | ||
) |
Definition at line 7 of file gfx_page.c.
int fb_GfxPageCopy | ( | int | from_page, |
int | to_page | ||
) |
Definition at line 77 of file gfx_page.c.
int fb_GfxPageSet | ( | int | work_page, |
int | visible_page | ||
) |
Definition at line 83 of file gfx_page.c.