mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-04 08:48:48 -04:00
Implement & link ac_sign, link m_titledemo
This commit is contained in:
@@ -24,6 +24,8 @@ extern "C" {
|
||||
#define USHT_MIN ((f32)USHT_MIN_S)
|
||||
#define USHT_MAX ((f32)USHT_MAX_S)
|
||||
|
||||
#define FLT_MAX (3.4028235e+38f)
|
||||
|
||||
/* Macro to generate a random float in the range of [0, n) */
|
||||
#define RANDOM_F(n) (fqrand() * (f32)(n))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user