mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Rework internal module registration to happen in constructors.
This commit is contained in:
@@ -52,10 +52,6 @@ public:
|
||||
Image();
|
||||
virtual ~Image();
|
||||
|
||||
// Implements Module.
|
||||
ModuleType getModuleType() const override { return M_IMAGE; }
|
||||
const char *getName() const override;
|
||||
|
||||
/**
|
||||
* Creates new ImageData from FileData.
|
||||
* @param data The FileData containing the encoded image data.
|
||||
|
||||
Reference in New Issue
Block a user