make radiant compile again
This commit is contained in:
@@ -74,9 +74,9 @@ void PicoPrintFunc( int level, const char *str )
|
||||
}
|
||||
}
|
||||
|
||||
void PicoLoadFileFunc( char *name, byte **buffer, int *bufSize )
|
||||
void PicoLoadFileFunc( const char *name, byte **buffer, int *bufSize )
|
||||
{
|
||||
*bufSize = vfsLoadFile( (const char*) name, (void**) buffer);
|
||||
*bufSize = vfsLoadFile( name, (void**) buffer);
|
||||
}
|
||||
|
||||
void PicoFreeFileFunc( void* file )
|
||||
|
||||
Reference in New Issue
Block a user