passage/minorGems/graphics/loadfile.h
2025-10-03 02:19:59 -04:00

3 lines
No EOL
171 B
C

void loadFile( const char* fileName, long sizeInBytes, unsigned char* byteDestPtr);
void loadRawFile( const char* fileName, long sizeInBytes, unsigned char* byteDestPtr);