first pass at the obj loader
[cyberay] / src / level.c
index 4d1e30e..f13c486 100644 (file)
@@ -4,8 +4,10 @@
 
 int load_level(struct level *lvl, const char *fname)
 {
+       return -1;
 }
 
-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)
 {
+       return 0;
 }