mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-06 06:13:10 +00:00
Merge branch 'master' of https://github.com/raysan5/raylib
This commit is contained in:
commit
a7ce14ee95
@ -40,7 +40,7 @@
|
|||||||
"name": "RLAPI",
|
"name": "RLAPI",
|
||||||
"type": "UNKNOWN",
|
"type": "UNKNOWN",
|
||||||
"value": "__declspec(dllexport)",
|
"value": "__declspec(dllexport)",
|
||||||
"description": "We are building the library as a Win32 shared library (.dll)"
|
"description": "Building the library as a Win32 shared library (.dll)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "PI",
|
"name": "PI",
|
||||||
|
|||||||
@ -40,7 +40,7 @@ return {
|
|||||||
name = "RLAPI",
|
name = "RLAPI",
|
||||||
type = "UNKNOWN",
|
type = "UNKNOWN",
|
||||||
value = "__declspec(dllexport)",
|
value = "__declspec(dllexport)",
|
||||||
description = "We are building the library as a Win32 shared library (.dll)"
|
description = "Building the library as a Win32 shared library (.dll)"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name = "PI",
|
name = "PI",
|
||||||
|
|||||||
@ -35,7 +35,7 @@ Define 007: RLAPI
|
|||||||
Name: RLAPI
|
Name: RLAPI
|
||||||
Type: UNKNOWN
|
Type: UNKNOWN
|
||||||
Value: __declspec(dllexport)
|
Value: __declspec(dllexport)
|
||||||
Description: We are building the library as a Win32 shared library (.dll)
|
Description: Building the library as a Win32 shared library (.dll)
|
||||||
Define 008: PI
|
Define 008: PI
|
||||||
Name: PI
|
Name: PI
|
||||||
Type: FLOAT
|
Type: FLOAT
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
<Define name="RAYLIB_VERSION_PATCH" type="INT" value="0" desc="" />
|
<Define name="RAYLIB_VERSION_PATCH" type="INT" value="0" desc="" />
|
||||||
<Define name="RAYLIB_VERSION" type="STRING" value="5.6-dev" desc="" />
|
<Define name="RAYLIB_VERSION" type="STRING" value="5.6-dev" desc="" />
|
||||||
<Define name="__declspec(x)" type="MACRO" value="__attribute__((x))" desc="" />
|
<Define name="__declspec(x)" type="MACRO" value="__attribute__((x))" desc="" />
|
||||||
<Define name="RLAPI" type="UNKNOWN" value="__declspec(dllexport)" desc="We are building the library as a Win32 shared library (.dll)" />
|
<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="" />
|
<Define name="PI" type="FLOAT" value="3.14159265358979323846" desc="" />
|
||||||
<Define name="DEG2RAD" type="FLOAT_MATH" value="(PI/180.0f)" desc="" />
|
<Define name="DEG2RAD" type="FLOAT_MATH" value="(PI/180.0f)" desc="" />
|
||||||
<Define name="RAD2DEG" type="FLOAT_MATH" value="(180.0f/PI)" desc="" />
|
<Define name="RAD2DEG" type="FLOAT_MATH" value="(180.0f/PI)" desc="" />
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user