mirror of
https://github.com/cc65/cc65.git
synced 2024-11-18 15:05:14 +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:
parent
2e5281fa2d
commit
1e777d9406
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user