mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
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:
@@ -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.
|
||||
**/
|
||||
|
||||
Reference in New Issue
Block a user