mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Embedded nogame screen into binary and exposed version info.
This commit is contained in:
@@ -41,6 +41,7 @@ namespace devil
|
||||
const char * getName() const;
|
||||
|
||||
love::image::ImageData * newImageData(love::filesystem::File * file);
|
||||
love::image::ImageData * newImageData(Data * data);
|
||||
love::image::ImageData * newImageData(int width, int height);
|
||||
|
||||
}; // Image
|
||||
|
||||
Reference in New Issue
Block a user