]> Dogcows Code - chaz/rasterize/blobdiff - color.hh
begin work on ray tracer project
[chaz/rasterize] / color.hh
similarity index 98%
rename from color.h
rename to color.hh
index bbb32852f8201995709db87e2eafa50be231f482..d2309ad14df16c3aad542e6cac20dc04f5895a3e 100644 (file)
--- a/color.h
+++ b/color.hh
@@ -5,10 +5,10 @@
  * mcgarvey@eng.utah.edu
  */
 
-#ifndef _COLOR_H_
-#define _COLOR_H_
+#ifndef _COLOR_HH_
+#define _COLOR_HH_
 
-#include "common.h"
+#include "common.hh"
 
 
 /*
@@ -241,5 +241,5 @@ rgba_t rgba_from_color(color_t c)
 }
 
 
-#endif // _COLOR_H_
+#endif // _COLOR_HH_
 
This page took 0.025063 seconds and 4 git commands to generate.