소스 검색

Minor comment tweak

pull/995/head
Ray 5 년 전
부모
커밋
06910eedfd
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. +3
    -2
      src/text.c

+ 3
- 2
src/text.c 파일 보기

@ -21,7 +21,8 @@
*
*
* DEPENDENCIES:
* stb_truetype - Load TTF file and rasterize characters data
* stb_truetype - Load TTF file and rasterize characters data
* stb_rect_pack - Rectangles packing algorythms, required for font atlas generation
*
*
* LICENSE: zlib/libpng
@ -49,7 +50,7 @@
// Check if config flags have been externally provided on compilation line
#if !defined(EXTERNAL_CONFIG_FLAGS)
#include "config.h" // Defines module configuration flags
#include "config.h" // Defines module configuration flags
#endif
#include <stdlib.h> // Required for: malloc(), free()

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