X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_noise%2Fmain.cpp;h=1a317396bdf2f7f83d865dc91c83c5a53a4dde0c;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=f266a456ec3f508609e657730b22343050125b4b;hpb=70bcefce2ab011a11014f36fc129b473cc0bc61e;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_noise/main.cpp b/synfig-core/trunk/src/modules/mod_noise/main.cpp index f266a45..1a31739 100644 --- a/synfig-core/trunk/src/modules/mod_noise/main.cpp +++ b/synfig-core/trunk/src/modules/mod_noise/main.cpp @@ -2,8 +2,11 @@ /*! \file mod_noise/main.cpp ** \brief Template Header ** +** $Id$ +** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2007, 2008 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 @@ -38,7 +41,8 @@ #include "noise.h" #include "distort.h" -#include "random.h" +#include "random_noise.h" +#include "valuenode_random.h" #endif @@ -57,4 +61,8 @@ MODULE_INVENTORY_BEGIN(libmod_noise) LAYER(Noise) LAYER(NoiseDistort) END_LAYERS + + BEGIN_VALUENODES + VALUENODE(synfig::ValueNode_Random, "random", _("Random"), synfig::RELEASE_VERSION_0_61_08) // SVN r907 + END_VALUENODES MODULE_INVENTORY_END