mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
tgi_free_vectorfont maps to free and must therefore be fastcall.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5973 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
cc2ac01d73
commit
8a7b84247c
@ -6325,7 +6325,7 @@ tgi_ellipse (50, 40, 40, 20);
|
||||
<descrip>
|
||||
<tag/Function/Free a vector font that was previously loaded into memory.
|
||||
<tag/Header/<tt/<ref id="tgi.h" name="tgi.h">/
|
||||
<tag/Declaration/<tt/void tgi_free_vectorfont (const tgi_vectorfont* font);/
|
||||
<tag/Declaration/<tt/void __fastcall__ tgi_free_vectorfont (const tgi_vectorfont* font);/
|
||||
<tag/Description/Free a vector font that was previously loaded into memory.
|
||||
<tag/Limits/<itemize>
|
||||
<item>The function is only available as fastcall function, so it may only
|
||||
|
Loading…
x
Reference in New Issue
Block a user