Initial source commit
This commit is contained in:
commit
f1384c11ee
335 changed files with 52715 additions and 0 deletions
3
minorGems/graphics/loadfile.h
Normal file
3
minorGems/graphics/loadfile.h
Normal file
|
@ -0,0 +1,3 @@
|
|||
void loadFile( const char* fileName, long sizeInBytes, unsigned char* byteDestPtr);
|
||||
|
||||
void loadRawFile( const char* fileName, long sizeInBytes, unsigned char* byteDestPtr);
|
Loading…
Add table
Add a link
Reference in a new issue