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


Vocabulary
raylib

Inputs
dataa pointer to a uchar
sizean int
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, int size, c-string fileName )