REVIEW: Added warning in case of no [rcore] backend defined

This commit is contained in:
Ray
2025-08-24 11:23:15 +02:00
parent 52980c947d
commit 04a3ab0ca7

View File

@@ -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
//----------------------------------------------------------------------------------