Handbook
Glossary
set-window-icons ( images count -- )
Vocabulary
raylib
Inputs
images
a
pointer
to an array of
Image
count
an
int
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
set-window-icons
void
SetWindowIcons ( Image* images,
int
count )