Reviewed missing include

This commit is contained in:
Ray 2020-03-07 21:54:54 +01:00
parent 1b56f7917e
commit c67bc02dd1

View File

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