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

Header tweak and comments

pull/545/head
Ray 7 лет назад
Родитель
Сommit
2aae62cea2
3 измененных файлов: 6 добавлений и 8 удалений
  1. +2
    -3
      src/models.c
  2. +2
    -3
      src/text.c
  3. +2
    -2
      src/textures.c

+ 2
- 3
src/models.c Просмотреть файл

@ -36,9 +36,8 @@
*
**********************************************************************************************/
#include "config.h"
#include "raylib.h"
#include "config.h" // Defines module configuration flags
#include "raylib.h" // Declares module functions
#include "utils.h" // Required for: fopen() Android mapping

+ 2
- 3
src/text.c Просмотреть файл

@ -36,9 +36,8 @@
*
**********************************************************************************************/
#include "config.h"
#include "raylib.h"
#include "config.h" // Defines module configuration flags
#include "raylib.h" // Declares module functions
#include <stdlib.h> // Required for: malloc(), free()
#include <string.h> // Required for: strlen()

+ 2
- 2
src/textures.c Просмотреть файл

@ -52,9 +52,9 @@
* 3. This notice may not be removed or altered from any source distribution.
*
**********************************************************************************************/
#include "config.h"
#include "raylib.h"
#include "config.h" // Defines module configuration flags
#include "raylib.h" // Declares module functions
#include <stdlib.h> // Required for: malloc(), free()
#include <string.h> // Required for: strcmp(), strrchr(), strncmp()

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