We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52980c9 commit 04a3ab0Copy full SHA for 04a3ab0
1 file changed
src/rcore.c
@@ -564,6 +564,7 @@ const char *TextFormat(const char *text, ...); // Formatting of text with variab
564
#else
565
// TODO: Include your custom platform backend!
566
// i.e software rendering backend or console backend!
567
+ #pragma message ("WARNING: No [rcore] platform defined")
568
#endif
569
570
//----------------------------------------------------------------------------------
0 commit comments