浏览代码

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

pull/5143/head
Ray 1 个月前
父节点
当前提交
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
// TODO: Include your custom platform backend!
// i.e software rendering backend or console backend!
#pragma message ("WARNING: No [rcore] platform defined")
#endif
//----------------------------------------------------------------------------------

正在加载...
取消
保存