d_kankyo work / d_particle_copoly OK (#1953)

* d_kankyo work / d_particle_copoly OK

* remove asm
This commit is contained in:
TakaRikka
2023-09-30 20:53:18 -07:00
committed by GitHub
parent 7a1b4e77b1
commit bdb09fec71
38 changed files with 1885 additions and 1846 deletions
+1
View File
@@ -9,6 +9,7 @@
#define M_PI 3.14159265358979323846f
#define DEG_TO_RAD(degrees) (degrees * (M_PI / 180.0f))
#define RAD_TO_DEG(radians) (radians / (180.0f / M_PI))
#ifdef __cplusplus
extern "C" {