mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-27 09:07:25 -04:00
rlparser: update raylib_api.* by CI
This commit is contained in:
@ -15,7 +15,7 @@
|
||||
{
|
||||
"name": "RAYLIB_VERSION_MINOR",
|
||||
"type": "INT",
|
||||
"value": 0,
|
||||
"value": 1,
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
@ -27,7 +27,7 @@
|
||||
{
|
||||
"name": "RAYLIB_VERSION",
|
||||
"type": "STRING",
|
||||
"value": "6.0",
|
||||
"value": "6.1-dev",
|
||||
"description": ""
|
||||
},
|
||||
{
|
||||
|
||||
@ -15,7 +15,7 @@ return {
|
||||
{
|
||||
name = "RAYLIB_VERSION_MINOR",
|
||||
type = "INT",
|
||||
value = 0,
|
||||
value = 1,
|
||||
description = ""
|
||||
},
|
||||
{
|
||||
@ -27,7 +27,7 @@ return {
|
||||
{
|
||||
name = "RAYLIB_VERSION",
|
||||
type = "STRING",
|
||||
value = "6.0",
|
||||
value = "6.1-dev",
|
||||
description = ""
|
||||
},
|
||||
{
|
||||
|
||||
@ -14,7 +14,7 @@ Define 002: RAYLIB_VERSION_MAJOR
|
||||
Define 003: RAYLIB_VERSION_MINOR
|
||||
Name: RAYLIB_VERSION_MINOR
|
||||
Type: INT
|
||||
Value: 0
|
||||
Value: 1
|
||||
Description:
|
||||
Define 004: RAYLIB_VERSION_PATCH
|
||||
Name: RAYLIB_VERSION_PATCH
|
||||
@ -24,7 +24,7 @@ Define 004: RAYLIB_VERSION_PATCH
|
||||
Define 005: RAYLIB_VERSION
|
||||
Name: RAYLIB_VERSION
|
||||
Type: STRING
|
||||
Value: "6.0"
|
||||
Value: "6.1-dev"
|
||||
Description:
|
||||
Define 006: __declspec(x)
|
||||
Name: __declspec(x)
|
||||
|
||||
@ -3,9 +3,9 @@
|
||||
<Defines count="57">
|
||||
<Define name="RAYLIB_H" type="GUARD" value="" desc="" />
|
||||
<Define name="RAYLIB_VERSION_MAJOR" type="INT" value="6" desc="" />
|
||||
<Define name="RAYLIB_VERSION_MINOR" type="INT" value="0" desc="" />
|
||||
<Define name="RAYLIB_VERSION_MINOR" type="INT" value="1" desc="" />
|
||||
<Define name="RAYLIB_VERSION_PATCH" type="INT" value="0" desc="" />
|
||||
<Define name="RAYLIB_VERSION" type="STRING" value="6.0" desc="" />
|
||||
<Define name="RAYLIB_VERSION" type="STRING" value="6.1-dev" desc="" />
|
||||
<Define name="__declspec(x)" type="MACRO" value="__attribute__((x))" desc="" />
|
||||
<Define name="RLAPI" type="UNKNOWN" value="__declspec(dllexport)" desc="Building the library as a Win32 shared library (.dll)" />
|
||||
<Define name="PI" type="FLOAT" value="3.14159265358979323846" desc="" />
|
||||
|
||||
Reference in New Issue
Block a user