]> Dogcows Code - chaz/rasterize/blobdiff - vec.hh
begin work on ray tracer project
[chaz/rasterize] / vec.hh
diff --git a/vec.h b/vec.hh
similarity index 98%
rename from vec.h
rename to vec.hh
index 15de4845c5f87843f4c8a37390d33e385b4b0ae8..76b25e37c13fe881bdd8556afc5349a31f565668 100644 (file)
--- a/vec.h
+++ b/vec.hh
@@ -5,10 +5,10 @@
  * mcgarvey@eng.utah.edu
  */
 
-#ifndef _VEC_H_
-#define _VEC_H_
+#ifndef _VEC_HH_
+#define _VEC_HH_
 
-#include "common.h"
+#include "common.hh"
 
 
 /*
@@ -290,5 +290,5 @@ vec_t vec_tinterp(vec_t v1, vec_t v2, vec_t v3, scal_t b[3])
 }
 
 
-#endif // _VEC_H_
+#endif // _VEC_HH_
 
This page took 0.022681 seconds and 4 git commands to generate.