|
FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
| void | fb_DevScrnInit_Screen (void) |
| int | fb_DevScrnOpen (FB_FILE *handle, const char *filename, size_t filename_len) |
| void | fb_DevScrnInit (void) |
Variables | |
| static FB_FILE_HOOKS | hooks_dev_scrn |
| void fb_DevScrnInit | ( | void | ) |
Definition at line 47 of file dev_scrn.c.


| void fb_DevScrnInit_Screen | ( | void | ) |
Definition at line 7 of file dev_scrn_init.c.


| int fb_DevScrnOpen | ( | FB_FILE * | handle, |
| const char * | filename, | ||
| size_t | filename_len | ||
| ) |
Definition at line 22 of file dev_scrn.c.


|
static |