소스 검색

Fix raymath undefined symbols for desktop and web

pull/3329/head
ubkp 1 년 전
부모
커밋
063c0af955
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +0
    -1
      src/rcore.c
  2. +2
    -0
      src/rcore.h

+ 0
- 1
src/rcore.c 파일 보기

@ -109,7 +109,6 @@
#define RLGL_IMPLEMENTATION
#include "rlgl.h" // OpenGL abstraction layer to OpenGL 1.1, 3.3+ or ES2
#define RAYMATH_IMPLEMENTATION // Define external out-of-line implementation
#include "raymath.h" // Vector3, Quaternion and Matrix functionality
#if defined(SUPPORT_GESTURES_SYSTEM)

+ 2
- 0
src/rcore.h 파일 보기

@ -27,6 +27,8 @@
#include "raylib.h"
#include "rlgl.h"
#define RAYMATH_IMPLEMENTATION
#include "raymath.h"

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