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:
parent
97ef7df9f5
commit
5a2a741cde
2 changed files with 12 additions and 0 deletions
|
@ -39,6 +39,7 @@ S_OBJS = tgi-kernel.o \
|
|||
tgi_clipline.o \
|
||||
tgi_curtoxy.o \
|
||||
tgi_done.o \
|
||||
tgi_free_vectorfont.o \
|
||||
tgi_getcolor.o \
|
||||
tgi_getcolorcount.o \
|
||||
tgi_getdefpalette.o \
|
||||
|
|
11
libsrc/tgi/tgi_free_vectorfont.s
Normal file
11
libsrc/tgi/tgi_free_vectorfont.s
Normal 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
|
||||
|
Loading…
Add table
Reference in a new issue