Rename Misc Utils

This commit is contained in:
2026-06-26 15:38:15 +01:00
parent 65d99db738
commit f679017fa7
10 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ struct TestFuncResult {
Str8 name;
b8 passed;
wapp_misc_utils_reserve_padding(sizeof(Str8) + sizeof(b8));
wpMiscUtilsReservePadding(sizeof(Str8) + sizeof(b8));
};
typedef TestFuncResult(TestFunc)(void);