1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-27 19:55:09 +00:00

Added a typedef for tgi_vectorfont_header, because the name is so long.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4422 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2009-11-01 22:43:09 +00:00
parent 2e5281fa2d
commit 1e777d9406

View File

@ -51,6 +51,7 @@
#define TGI_VF_VERSION 0x00 /* File version number */
/* TCH file header */
typedef struct tgi_vectorfont_header tgi_vectorfont_header;
struct tgi_vectorfont_header {
unsigned char magic[3]; /* "TCH" */
unsigned char version; /* Version number */