X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=scene.h;h=d198614a3b4ee5385bb3a4166f9aa51d54539f3f;hb=e16cf0578f4baaf879e4ab9d3528a765bfd29be0;hp=93f03e222118b824fae3105d788251e562611bd2;hpb=db44364a1fabda81d3f6c842c4e4778eac6495a5;p=chaz%2Frasterize diff --git a/scene.h b/scene.h index 93f03e2..d198614 100644 --- 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.