Combined node and block buffer into one struct: content.

This commit is contained in:
Piotrek
2021-05-06 14:40:47 +02:00
parent d34196a6bd
commit cb2379786c
12 changed files with 150 additions and 352 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
mod generator;
mod chunk;
mod block;
pub mod chunk;
pub mod block;
use cgmath::Point3;
use std::collections::HashMap;
use generator::WorldGen;