소스 검색

Travis CI: Fix emscripten build breakage

pull/583/head 2.0.0
Ahmad Fatoum 6 년 전
부모
커밋
639ce09c9d
No known key found for this signature in database GPG 키 ID: C3EAC3DE9321D59B
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. +4
    -0
      examples/others/rlgl_standalone.c

+ 4
- 0
examples/others/rlgl_standalone.c 파일 보기

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

불러오는 중...
취소
저장