mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Move all love::Type initialisation to their respective (new) files
Previously Data, Stream, Drawable and Image (and for some reason Filesystem) had types in types.cpp --HG-- branch : dynamiccore2
This commit is contained in:
@@ -42,6 +42,8 @@ namespace love
|
||||
namespace filesystem
|
||||
{
|
||||
|
||||
love::Type Filesystem::type("filesystem", &Module::type);
|
||||
|
||||
Filesystem::Filesystem()
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user