SGDK
A free and open development kit for the Sega Mega Drive
Loading...
Searching...
No Matches
font.h
Go to the documentation of this file.
1
9
10#ifndef _FONT_H_
11#define _FONT_H_
12
13
14// contains definition of the base font
15#include "vdp.h"
16#include "bmp.h"
17#include "vdp_tile.h"
18#include "libres.h"
19
20
21#endif // _FONT_H_
Software bitmap engine.
VDP main.
VDP General Tile / Tilemap operations.