Added base64 support for FileData, and inlined all resources in boot.lua/graphics.lua as base64. Also removed old reshax stuff.

This commit is contained in:
rude
2010-09-19 13:22:10 +02:00
parent 6492888c31
commit d27dd8b5dd
23 changed files with 7528 additions and 3237 deletions
@@ -142,6 +142,12 @@ namespace physfs
**/
FileData * newFileData(void * data, int size, const char * filename);
/**
* Creates a new FileData object from base64 data.
* @param b64 The base64 data.
**/
FileData * newFileData(const char * b64, const char * filename);
/**
* Gets the current working directory.
**/