Add new convert types 'From Integer' and 'Duplicate' and new layer 'Duplicate'.
[synfig.git] / synfig-core / trunk / src / synfig / layer.cpp
index 725f118..18a3317 100644 (file)
@@ -45,6 +45,7 @@
 #include "layer_polygon.h"
 #include "layer_pastecanvas.h"
 #include "layer_motionblur.h"
+#include "layer_duplicate.h"
 
 #include "valuenode_const.h"
 
@@ -103,6 +104,7 @@ Layer::subsys_init()
        INCLUDE_LAYER(Layer_PasteCanvas);       LAYER_ALIAS(Layer_PasteCanvas,  "paste_canvas");
        INCLUDE_LAYER(Layer_Polygon);           LAYER_ALIAS(Layer_Polygon,              "Polygon");
        INCLUDE_LAYER(Layer_MotionBlur);        LAYER_ALIAS(Layer_MotionBlur,   "motion_blur");
+       INCLUDE_LAYER(Layer_Duplicate);
 
 #undef INCLUDE_LAYER