it works
[voxscape] / src / voxscape.h
index bd7d3a1..c0e386f 100644 (file)
@@ -18,4 +18,6 @@ void vox_render(struct voxscape *vox);
 void vox_begin(struct voxscape *vox);
 void vox_render_slice(struct voxscape *vox, int n);
 
+void vox_sky_grad(struct voxscape *vox, uint32_t chor, uint32_t ctop);
+
 #endif /* VOXSCAPE_H_ */