]> Dogcows Code - chaz/rasterize/blobdiff - scene.hh
begin work on ray tracer project
[chaz/rasterize] / scene.hh
similarity index 68%
rename from scene.h
rename to scene.hh
index ae373d707dcb5b40ea6dadb4a1fea59988c7a5a8..3e7293ddbff93dbc706eb30e16ddd75d57855553 100644 (file)
--- a/scene.h
+++ b/scene.hh
@@ -5,10 +5,10 @@
  * mcgarvey@eng.utah.edu
  */
 
-#ifndef _SCENE_H_
-#define _SCENE_H_
+#ifndef _SCENE_HH_
+#define _SCENE_HH_
 
-#include "raster.h"
+#include "raster.hh"
 
 
 /*
@@ -33,13 +33,6 @@ void scene_destroy(scene_t* s);
  */
 raster_t* scene_render(scene_t* s);
 
-#if OPENGL
-/*
- * Render a scene to a window using OpenGL.  This function does not return.
- */
-void scene_render_gl(scene_t* s);
-#endif // OPENGL
-
 
-#endif // _SCENE_H_
+#endif // _SCENE_HH_
 
This page took 0.02539 seconds and 4 git commands to generate.