瀏覽代碼

Added func used in comments

pull/1108/head
Ray 5 年之前
父節點
當前提交
ea40bda88c
共有 3 個檔案被更改,包括 3 行新增3 行删除
  1. +1
    -1
      src/models.c
  2. +1
    -1
      src/rlgl.h
  3. +1
    -1
      src/textures.c

+ 1
- 1
src/models.c 查看文件

@ -45,7 +45,7 @@
#include "utils.h" // Required for: fopen() Android mapping
#include <stdlib.h> // Required for: malloc(), free()
#include <stdlib.h> // Required for: malloc(), free(), fabs()
#include <stdio.h> // Required for: FILE, fopen(), fclose()
#include <string.h> // Required for: strncmp() [Used in LoadModelAnimations()], strlen() [Used in LoadTextureFromCgltfImage()]
#include <math.h> // Required for: sinf(), cosf(), sqrtf()

+ 1
- 1
src/rlgl.h 查看文件

@ -621,7 +621,7 @@ RLAPI int GetPixelDataSize(int width, int height, int format);// Get pixel data
#endif
#endif
#include <stdlib.h> // Required for: malloc(), free()
#include <stdlib.h> // Required for: malloc(), free(), fabs()
#include <stdio.h> // Required for: fopen(), fseek(), fread(), fclose() [LoadText]
#include <string.h> // Required for: strcmp(), strlen() [Used in rlglInit(), on extensions loading]
#include <math.h> // Required for: atan2f()

+ 1
- 1
src/textures.c 查看文件

@ -64,7 +64,7 @@
#include "config.h" // Defines module configuration flags
#endif
#include <stdlib.h> // Required for: malloc(), free()
#include <stdlib.h> // Required for: malloc(), free(), fabs()
#include <stdio.h> // Required for: FILE, fopen(), fclose(), fread()
#include <string.h> // Required for: strlen() [Used in ImageTextEx()]

Loading…
取消
儲存