浏览代码

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()]

正在加载...
取消
保存