SDK question about font_remove

Posted By: LazyDog

SDK question about font_remove - 03/06/09 15:00

EXT FONT* F(font_remove)(FONT*);

should this actually return a Var instead of a font?
doesn't seem logical when deleting a font to return a font.

EXT var F(font_remove)(FONT*);
Posted By: jcl

Re: SDK question about font_remove - 03/09/09 08:36

In fact, it's even a void. This was wrong defined in afuncs.h. Thanks for finding this.
© 2023 lite-C Forums