Skip to content

Commit 04a3ab0

Browse files
committed
REVIEW: Added warning in case of no [rcore] backend defined
1 parent 52980c9 commit 04a3ab0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/rcore.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ const char *TextFormat(const char *text, ...); // Formatting of text with variab
564564
#else
565565
// TODO: Include your custom platform backend!
566566
// i.e software rendering backend or console backend!
567+
#pragma message ("WARNING: No [rcore] platform defined")
567568
#endif
568569

569570
//----------------------------------------------------------------------------------

0 commit comments

Comments
 (0)