Explorar el Código

Travis CI: Fix emscripten build breakage

pull/583/head 2.0.0
Ahmad Fatoum hace 6 años
padre
commit
639ce09c9d
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: C3EAC3DE9321D59B
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      examples/others/rlgl_standalone.c

+ 4
- 0
examples/others/rlgl_standalone.c Ver fichero

@ -48,6 +48,10 @@
#define RLGL_STANDALONE
#include "rlgl.h" // OpenGL 1.1 immediate-mode style coding
#ifdef __EMSCRIPTEN__
#define GLFW_INCLUDE_ES2
#endif
#include <GLFW/glfw3.h> // Windows/Context and inputs management
#define RED (Color){ 230, 41, 55, 255 } // Red

Cargando…
Cancelar
Guardar