marioparty4/include/types.h
Rainchus ce57301435
Unhardcode some things (#589)
* fix malloc sizes of HuMemDirectMalloc calls

* unhardcode some things
2025-05-13 20:19:59 -05:00

8 lines
134 B
C

#ifndef _TYPES_H_
#define _TYPES_H_
#define ARRAY_COUNT(arr) (s32)(sizeof(arr) / sizeof(arr[0]))
#include "dolphin/types.h"
#endif