浏览代码
Update raylib.h
pull/2017/head
Ray
3 年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
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) |
|
|
|