From 9b7d0055716779f4ae2d992c850d2b08ef890bbc Mon Sep 17 00:00:00 2001 From: lxmcf Date: Wed, 28 Aug 2024 22:38:55 +1000 Subject: [PATCH] Remove LSPX_IMPL from header --- loaders/raylib/c/lspx.h | 1 - 1 file changed, 1 deletion(-) diff --git a/loaders/raylib/c/lspx.h b/loaders/raylib/c/lspx.h index cf9d6ab..2d5c85f 100644 --- a/loaders/raylib/c/lspx.h +++ b/loaders/raylib/c/lspx.h @@ -43,7 +43,6 @@ void UnloadBundle (Bundle bundle); int IsBundleReady (Bundle bundle); -#define LSPX_IMPL #if defined(LSPX_IMPLEMENTATION) || defined(LSPX_IMPL) #include