1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-24 11:31:31 +00:00

Added tgi_free_vectorfont.s

git-svn-id: svn://svn.cc65.org/cc65/trunk@4416 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
uz 2009-11-01 21:53:34 +00:00
parent 97ef7df9f5
commit 5a2a741cde
2 changed files with 12 additions and 0 deletions

View File

@ -39,6 +39,7 @@ S_OBJS = tgi-kernel.o \
tgi_clipline.o \ tgi_clipline.o \
tgi_curtoxy.o \ tgi_curtoxy.o \
tgi_done.o \ tgi_done.o \
tgi_free_vectorfont.o \
tgi_getcolor.o \ tgi_getcolor.o \
tgi_getcolorcount.o \ tgi_getcolorcount.o \
tgi_getdefpalette.o \ tgi_getdefpalette.o \

View File

@ -0,0 +1,11 @@
;
; Ullrich von Bassewitz, 2009-11-01
;
; void tgi_free_vectorfont (const tgi_vectorfont* font);
; /* Free a vector font that was previously loaded into memory. */
;
; This function is identical to free(void*)
;
.export _tgi_free_vectorfont := free