started the level loading routines
[cyberay] / src / level.c
diff --git a/src/level.c b/src/level.c
new file mode 100644 (file)
index 0000000..4d1e30e
--- /dev/null
@@ -0,0 +1,11 @@
+#include <stdio.h>
+#include "level.h"
+
+
+int load_level(struct level *lvl, const char *fname)
+{
+}
+
+int ray_level(cgm_ray *ray, struct level *lvl, float maxt, struct hitpoint *hit)
+{
+}