replace main.c & game.c with cave_main.c

This commit is contained in:
Sean Barrett
2015-02-22 15:52:03 -08:00
parent 7add4d09b9
commit 1d18b23ea1
7 changed files with 685 additions and 736 deletions

View File

@ -38,6 +38,9 @@ extern void ods(char *fmt, ...); // output debug string
extern void reset_cache_size(int size);
extern void render_caves(float pos[3]);
#include "cave_parse.h" // fast_chunk
extern fast_chunk *get_converted_fastchunk(int chunk_x, int chunk_y);