mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Rework internal module registration to happen in constructors.
This commit is contained in:
@@ -43,9 +43,6 @@ public:
|
||||
Filesystem();
|
||||
virtual ~Filesystem();
|
||||
|
||||
// Implements Module.
|
||||
const char *getName() const override;
|
||||
|
||||
void init(const char *arg0) override;
|
||||
|
||||
void setFused(bool fused) override;
|
||||
|
||||
Reference in New Issue
Block a user