Fix ExportDataAsCode() data types (#2787)
This commit is contained in:
parent
1cb81e3f4c
commit
dbdfad7ace
2 changed files with 2 additions and 2 deletions
|
@ -270,7 +270,7 @@ bool SaveFileData(const char *fileName, void *data, unsigned int bytesToWrite)
|
|||
}
|
||||
|
||||
// Export data to code (.h), returns true on success
|
||||
bool ExportDataAsCode(const char *data, unsigned int size, const char *fileName)
|
||||
bool ExportDataAsCode(const unsigned char *data, unsigned int size, const char *fileName)
|
||||
{
|
||||
bool success = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue