| 1 | // worldrender.cpp: goes through all cubes in top down quad tree fashion, determines what has to |
| 2 | // be rendered and how (depending on neighbouring cubes), then calls functions in rendercubes.cpp |
| 3 | |
| 4 | #include "cube.h" |
nothing calls this directly
no test coverage detected