2
0
Эх сурвалжийг харах

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

Ray 2 долоо хоног өмнө
parent
commit
04a3ab0ca7
1 өөрчлөгдсөн 1 нэмэгдсэн , 0 устгасан
  1. 1 0
      src/rcore.c

+ 1 - 0
src/rcore.c

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