mouse cursor
[dosrtxon] / src / demo.h
index ac5ca06..bf3eaa6 100644 (file)
@@ -43,4 +43,6 @@ void swap_buffers(void *pixels);
 /* call each frame to get 3D viewing spherical coordinates */
 void mouse_orbit_update(float *theta, float *phi, float *dist);
 
+void draw_mouse_pointer(uint16_t *fb);
+
 #endif /* DEMO_H_ */