From 04a3ab0ca77d1517732b49b3c1c3627f09db1065 Mon Sep 17 00:00:00 2001 From: Ray Date: Sun, 24 Aug 2025 11:23:15 +0200 Subject: [PATCH] REVIEW: Added warning in case of no [rcore] backend defined --- src/rcore.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rcore.c b/src/rcore.c index 8ae4ee43c..2927b4952 100644 --- a/src/rcore.c +++ b/src/rcore.c @@ -564,6 +564,7 @@ const char *TextFormat(const char *text, ...); // Formatting of text with variab #else // TODO: Include your custom platform backend! // i.e software rendering backend or console backend! + #pragma message ("WARNING: No [rcore] platform defined") #endif //----------------------------------------------------------------------------------