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