Add the autogen.sh script to the source tree.
[lsystem3d.git] / src / color.h
index b18646471f170f87932a3d4941e9a26427b63f9c..680f1b57c30476c8af186219b81e3bf293ebece7 100644 (file)
@@ -1,6 +1,6 @@
 // Copyright (C) 2006 Erik Dahlberg
 // 
-// This file is part of LSystem3d.
+// This file is part of LSystem3D.
 // 
 // LSystem3D is free software; you can redistribute it and/or
 // modify it under the terms of the GNU General Public License
@@ -44,6 +44,7 @@ public:
      */
     ~Color();
     
+    
     /**
      * Set color
      * @param r red component
@@ -52,6 +53,7 @@ public:
      */
     void setRGB(double r, double g, double b);
     
+    
     /**
      * Get red component
      * @return the red component