2009-11-01 21:53:34 +00:00
|
|
|
;
|
|
|
|
; 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*)
|
|
|
|
;
|
|
|
|
|
2009-11-01 22:35:22 +00:00
|
|
|
.import _free
|
|
|
|
.export _tgi_free_vectorfont := _free
|
2009-11-01 21:53:34 +00:00
|
|
|
|