Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / lyr_std / main.cpp
index bf5050a..faa0d7a 100644 (file)
@@ -6,6 +6,7 @@
 **
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
+**     Copyright (c) 2007 Chris Moore
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -65,6 +66,7 @@
 
 #include "warp.h"
 #include "timeloop.h"
+#include "curvewarp.h"
 
 #endif
 
@@ -97,5 +99,6 @@ MODULE_INVENTORY_BEGIN(liblyr_std)
                LAYER(Layer_Bevel)
                LAYER(Layer_TimeLoop)
                LAYER(Layer_SphereDistort)
+               LAYER(CurveWarp)
        END_LAYERS
 MODULE_INVENTORY_END