Просмотр исходного кода

Minor comment tweak

pull/995/head
Ray 5 лет назад
Родитель
Сommit
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()

Загрузка…
Отмена
Сохранить