first pass at the obj loader
[cyberay] / src / level.h
index b5385a7..a2579b2 100644 (file)
@@ -13,6 +13,6 @@ struct level {
 
 int load_level(struct level *lvl, const char *fname);
 
-int ray_level(cgm_ray *ray, struct level *lvl, float maxt, struct hitpoint *hit);
+int ray_level(cgm_ray *ray, struct level *lvl, float tmax, struct rayhit *hit);
 
 #endif /* LEVEL_H_ */