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:
Bart van Strien
2016-11-30 12:55:08 +01:00
parent 24a7a3d367
commit 06f4d6363e
6 changed files with 124 additions and 13 deletions
+2
View File
@@ -42,6 +42,8 @@ namespace love
namespace filesystem
{
love::Type Filesystem::type("filesystem", &Module::type);
Filesystem::Filesystem()
{
}