#ifndef __MLX_VIEWER_DATA__ #define __MLX_VIEWER_DATA__ #include namespace mlx { struct ViewerData { Mat4f projection_matrix; }; } #endif