#ifndef __MLX_GRAPHICS_ENUMS__ #define __MLX_GRAPHICS_ENUMS__ namespace mlx { enum class DrawableType { Sprite, Text }; } #endif