Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / example / main.cpp
index 45a7c5f..2a57384 100644 (file)
@@ -2,6 +2,8 @@
 /*!    \file example/main.cpp
 **     \brief Template Header
 **
+**     $Id$
+**
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
 **
@@ -52,8 +54,8 @@ MODULE_DESC_END
 
 MODULE_INVENTORY_BEGIN(example)
        BEGIN_LAYERS
-               //LAYER(SimpleCircle)
-               //LAYER(FilledRect)
-               //LAYER(Metaballs)
+               LAYER(SimpleCircle)
+               LAYER(FilledRect)
+               LAYER(Metaballs)
        END_LAYERS
 MODULE_INVENTORY_END