]> Dogcows Code - chaz/rasterize/blobdiff - list.hh
begin work on ray tracer project
[chaz/rasterize] / list.hh
diff --git a/list.h b/list.hh
similarity index 95%
rename from list.h
rename to list.hh
index 91f176d50325afb1153c829223697cbe19203a8b..d7e9316860bb4e0c70e7bba357eacbb17f46d1e4 100644 (file)
--- a/list.h
+++ b/list.hh
@@ -5,10 +5,10 @@
  * mcgarvey@eng.utah.edu
  */
 
-#ifndef _LIST_H_
-#define _LIST_H_
+#ifndef _LIST_HH_
+#define _LIST_HH_
 
-#include "common.h"
+#include "common.hh"
 
 
 /*
@@ -109,5 +109,5 @@ void list_destroy(list_t** l)
 void list_reverse(list_t** l);
 
 
-#endif // _LIST_H_
+#endif // _LIST_HH_
 
This page took 0.021908 seconds and 4 git commands to generate.