mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-15 12:39:11 -04:00
d_a_tsubo
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
#include "dolphin/types.h"
|
||||
|
||||
#define ARRAY_SIZE(o) (sizeof(o) / sizeof(o[0]))
|
||||
#define ARRAY_SSIZE(o) ((s32)(sizeof(o) / sizeof(o[0])))
|
||||
|
||||
// Align X to the previous N bytes (N must be power of two)
|
||||
#define ALIGN_PREV(X, N) ((X) & ~((N)-1))
|
||||
|
||||
Reference in New Issue
Block a user