소스 검색

Update rexm.c

pull/5310/head
Ray 3 달 전
부모
커밋
aae2c4b355
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. +3
    -0
      tools/rexm/rexm.c

+ 3
- 0
tools/rexm/rexm.c 파일 보기

@ -1003,6 +1003,9 @@ int main(int argc, char *argv[])
if (!TextIsEqual(GetFileNameWithoutExt(clist.paths[i]), "examples_template") &&
(TextFindIndex(exList, GetFileNameWithoutExt(clist.paths[i])) == -1))
{
// TODO: Examples to be added in the list should be added at the end of their categories,
// not at the end of the file...
// Add example to the examples collection list
// WARNING: Added to the end of the list, order must be set by users and
// defines placement on raylib webpage

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