Parcourir la source

Travis CI: Fix emscripten build breakage

pull/583/head 2.0.0
Ahmad Fatoum il y a 6 ans
Parent
révision
639ce09c9d
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: C3EAC3DE9321D59B
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  1. +4
    -0
      examples/others/rlgl_standalone.c

+ 4
- 0
examples/others/rlgl_standalone.c Voir le fichier

@ -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

Chargement…
Annuler
Enregistrer