Implement & link ac_sign, link m_titledemo

This commit is contained in:
Cuyler36
2024-08-31 06:35:33 -04:00
parent 9af629878b
commit 32a293506a
12 changed files with 1738 additions and 418 deletions
+2
View File
@@ -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))