FreeBASIC  0.91.0
dev_scrn_init.c File Reference
#include "fb.h"
Include dependency graph for dev_scrn_init.c:

Go to the source code of this file.

Functions

void fb_DevScrnInit_Screen (void)
 
void fb_DevScrnInit_NoOpen (void)
 

Variables

static FB_FILE_HOOKS hooks_dev_scrn_null = { 0 }
 

Function Documentation

void fb_DevScrnInit_NoOpen ( void  )

Definition at line 20 of file dev_scrn_init.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void fb_DevScrnInit_Screen ( void  )

Definition at line 7 of file dev_scrn_init.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

FB_FILE_HOOKS hooks_dev_scrn_null = { 0 }
static

Definition at line 5 of file dev_scrn_init.c.