export-data-as-code ( data size fileName -- bool )


Vocabulary
raylib

Inputs
dataa pointer to a uchar
sizean uint
fileNamea c-string


Outputs
boola bool


Word description
Export data to code (.h), returns true on success

Definition


LIBRARY: raylib FUNCTION-ALIAS: export-data-as-code bool
ExportDataAsCode
( uchar* data, uint size, c-string fileName )