]> Dogcows Code - chaz/rasterize/blobdiff - light.hh
begin work on ray tracer project
[chaz/rasterize] / light.hh
similarity index 91%
rename from light.h
rename to light.hh
index 2518927117d50d43590bb3d78df132e2aaff7a9e..2ab9c6aaa50f1cf977bfff570a59d1aa6233c409 100644 (file)
--- a/light.h
+++ b/light.hh
@@ -5,11 +5,11 @@
  * mcgarvey@eng.utah.edu
  */
 
-#ifndef _LIGHT_H_
-#define _LIGHT_H_
+#ifndef _LIGHT_HH_
+#define _LIGHT_HH_
 
-#include "color.h"
-#include "vec.h"
+#include "color.hh"
+#include "vec.hh"
 
 
 /*
@@ -67,5 +67,5 @@ light_t* light_copy(light_t l)
 }
 
 
-#endif // _LIGHT_H_
+#endif // _LIGHT_HH_
 
This page took 0.020514 seconds and 4 git commands to generate.