mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-08 12:28:15 +00:00
REVIEW: Added warning in case of no [rcore] backend defined
This commit is contained in:
@@ -564,6 +564,7 @@ const char *TextFormat(const char *text, ...); // Formatting of text with variab
|
|||||||
#else
|
#else
|
||||||
// TODO: Include your custom platform backend!
|
// TODO: Include your custom platform backend!
|
||||||
// i.e software rendering backend or console backend!
|
// i.e software rendering backend or console backend!
|
||||||
|
#pragma message ("WARNING: No [rcore] platform defined")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//----------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user