浏览代码

Update raylib.h

pull/2017/head
Ray 3 年前
committed by GitHub
父节点
当前提交
2474d50dba
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/raylib.h

+ 1
- 1
src/raylib.h 查看文件

@ -81,7 +81,7 @@
#include <stdarg.h> // Required for: va_list - Only used by TraceLogCallback
#define RAYLIB_VERSION "4.0-dev"
#define RAYLIB_VERSION "4.0"
#ifndef RLAPI
#define RLAPI // We are building or using rlgl as a static library (or Linux shared library)

正在加载...
取消
保存