]> Dogcows Code - chaz/rasterize/blobdiff - scene.h
add scene lighting constructs; real stdin support
[chaz/rasterize] / scene.h
diff --git a/scene.h b/scene.h
index 93f03e222118b824fae3105d788251e562611bd2..d198614a3b4ee5385bb3a4166f9aa51d54539f3f 100644 (file)
--- a/scene.h
+++ b/scene.h
@@ -19,7 +19,7 @@ typedef struct scene scene_t;
 /*
  * Allocate a scene by reading in data from a file.
  */
-scene_t* scene_alloc(const char* filename);
+scene_t* scene_alloc(FILE* file);
 
 /*
  * Destroy a scene.
This page took 0.019387 seconds and 4 git commands to generate.