瀏覽代碼

Reviewed missing include

pull/1122/head
Ray 4 年之前
父節點
當前提交
c67bc02dd1
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. +1
    -0
      src/core.c

+ 1
- 0
src/core.c 查看文件

@ -155,6 +155,7 @@
#endif
#include <stdlib.h> // Required for: srand(), rand(), atexit()
#include <stdio.h> // Required for: sprintf() [Used in OpenURL()]
#include <string.h> // Required for: strrchr(), strcmp(), strlen()
#include <time.h> // Required for: time() [Used in InitTimer()]
#include <math.h> // Required for: tan() [Used in BeginMode3D()]

Loading…
取消
儲存