0

added endianness helper functions, and reading biome data directly

This commit is contained in:
Aaron Griffith
2011-03-27 06:07:43 -04:00
parent fc176206ff
commit e0e571971a
5 changed files with 49 additions and 8 deletions

View File

@@ -37,4 +37,6 @@ initc_overviewer(void)
fprintf(stderr, "failed to init_chunk_render\n");
exit(1); // TODO better way to indicate error?
}
init_endian();
}