diff options
| author | Christian Cunningham <cc@local.lan> | 2025-03-05 22:40:24 -0800 |
|---|---|---|
| committer | Christian Cunningham <cc@local.lan> | 2025-03-05 22:40:24 -0800 |
| commit | eb5436ef64b29d2300d2f8c8145e3b3239bf5c61 (patch) | |
| tree | 77e09a49510d1ee7af6436c809f9db0c8e17d37e /src | |
| parent | 64c25e16f39ee3c29897625c19d7683db6504310 (diff) | |
Make raylib optional
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,7 +1,9 @@ #include <stdio.h> #include <stdlib.h> +#ifdef VISUAL #include <raylib.h> +#endif #include <lib/lib.h> #include <lib/png.h> |
