Explorar el Código

Reviewed missing include

pull/1122/head
Ray hace 4 años
padre
commit
c67bc02dd1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/core.c

+ 1
- 0
src/core.c Ver fichero

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

Cargando…
Cancelar
Guardar