Loading...
Searching...
No Matches
Go to the documentation of this file.
5#define MLX_VERSION_MAJOR 0
6#define MLX_VERSION_MINOR 24
7#define MLX_VERSION_PATCH 0
8#define MLX_VERSION_NUMERIC \
9 (100000 * MLX_VERSION_MAJOR + 1000 * MLX_VERSION_MINOR + MLX_VERSION_PATCH)