#pragma once namespace world::chunk_renderer { void init(void); void shutdown(void); void render(void); } // namespace world::chunk_renderer