Match Environment_DrawSkyboxStarsImpl (z_kankyo OK), introduce rand.h (#1476)

* match Environment_DrawSkyboxStarsImpl

* revert

* PR Review

* small fix

* group pads together

* Color_RGBA8_u32
This commit is contained in:
engineer124
2023-11-10 10:28:16 +11:00
committed by GitHub
parent e96f18d4e7
commit 2823a720bc
8 changed files with 55 additions and 46 deletions
+6
View File
@@ -13,6 +13,12 @@
#define ALIGNED(x) __attribute__ ((aligned (x)))
#endif
#ifdef __sgi /* IDO compiler */
#define UNALIGNED __unaligned
#else
#define UNALIGNED
#endif
#ifdef __sgi /* IDO compiler */
#define ALIGNOF(x) __builtin_alignof(x)
#elif (__STDC_VERSION__ >= 201112L) /* C11 */