ソースを参照

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

読み込み中…
キャンセル
保存