diff options
| author | raysan5 <[email protected]> | 2021-04-01 21:22:18 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-04-01 21:22:18 +0200 |
| commit | b54d96205f039560af4800be2448ea7b8d98818c (patch) | |
| tree | 87dc0072acf399f5eb7fcce955d6ee18d06fd2be /src/core.c | |
| parent | 1da0176cad7b935f5139ee9e059303fc67a3243b (diff) | |
| download | raylib-b54d96205f039560af4800be2448ea7b8d98818c.tar.gz raylib-b54d96205f039560af4800be2448ea7b8d98818c.zip | |
Review libc dependency
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -165,7 +165,7 @@ #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()] +#include <math.h> // Required for: tan() [Used in BeginMode3D()], atan2f() [Used in InitVrSimulator()] #include <sys/stat.h> // Required for: stat() [Used in GetFileModTime()] |
