소스 검색

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

불러오는 중...
취소
저장