diff options
| author | Ray <[email protected]> | 2020-03-07 21:54:54 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2020-03-07 21:54:54 +0100 |
| commit | c67bc02dd18442e5f873da851f9e181a232b6786 (patch) | |
| tree | 8cc2eff798bf0f836b6f8bec75ac543f99a06d68 /src/core.c | |
| parent | 1b56f7917efd8558bf319d393fdd8a3f22b9d200 (diff) | |
| download | raylib-c67bc02dd18442e5f873da851f9e181a232b6786.tar.gz raylib-c67bc02dd18442e5f873da851f9e181a232b6786.zip | |
Reviewed missing include
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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()] |
