소스 검색

Update config.h.in

raysan5 5 년 전
부모
커밋
4e3ab8f27d
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/config.h.in

+ 3 - 0
src/config.h.in

@@ -60,6 +60,9 @@
 // Selected desired fileformats to be supported for loading. 
 #cmakedefine SUPPORT_FILEFORMAT_FNT 1
 #cmakedefine SUPPORT_FILEFORMAT_TTF 1
+// Support text management functions
+// If not defined, still some functions are supported: TextLength(), TextFormat()
+#cmakedefine SUPPORT_TEXT_MANIPULATION 1
 
 // models.c
 // Selected desired fileformats to be supported for loading.