Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / mod_noise / main.cpp
index 76f00ee..1a31739 100644 (file)
@@ -1,9 +1,12 @@
-/*! ========================================================================
-** Synfig
-** bleh
-** $Id: main.cpp,v 1.1.1.1 2005/01/04 01:23:14 darco Exp $
+/* === S Y N F I G ========================================================= */
+/*!    \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
@@ -14,6 +17,7 @@
 **     but WITHOUT ANY WARRANTY; without even the implied warranty of
 **     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
 **     General Public License for more details.
+**     \endlegal
 **
 ** === N O T E S ===========================================================
 **
@@ -37,7 +41,8 @@
 
 #include "noise.h"
 #include "distort.h"
-#include "random.h"
+#include "random_noise.h"
+#include "valuenode_random.h"
 
 #endif
 
@@ -56,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