X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Fmain.cpp;h=faa0d7a013a3e14093090091399f701c3eea5b1c;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=bf5050ad1d626ae3f117cc1502b4e0d97e287a8d;hpb=65850038127c5cb49d09374b1776aa5dce11c674;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/main.cpp b/synfig-core/trunk/src/modules/lyr_std/main.cpp index bf5050a..faa0d7a 100644 --- a/synfig-core/trunk/src/modules/lyr_std/main.cpp +++ b/synfig-core/trunk/src/modules/lyr_std/main.cpp @@ -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