FreeBASIC  0.91.0
gfx_data.c File Reference
#include "fb_gfx.h"
#include "gfxdata_inline.h"
Include dependency graph for gfx_data.c:

Go to the source code of this file.

Functions

void fb_hSetupData ()
 

Variables

static unsigned char internal_data [DATA_SIZE]
 
const FONT __fb_font [FB_FONT_COUNT]
 
const PALETTE __fb_palette [FB_PALETTE_COUNT]
 

Function Documentation

void fb_hSetupData ( void  )

Definition at line 26 of file gfx_data.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

const FONT __fb_font[FB_FONT_COUNT]
Initial value:
=
{
{ 8, 8, &internal_data[DATA_FONT_8 ] },
}

Definition at line 10 of file gfx_data.c.

const PALETTE __fb_palette[FB_PALETTE_COUNT]
Initial value:

Definition at line 18 of file gfx_data.c.

unsigned char internal_data[DATA_SIZE]
static

Definition at line 7 of file gfx_data.c.