Ray
4 vuotta sitten
committed by
GitHub
vanhempi
commit
2474d50dba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 muutettua tiedostoa jossa
1 lisäystä ja
1 poistoa
-
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) |
|
|
|