diff options
Diffstat (limited to 'include/types.h')
| -rw-r--r-- | include/types.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/types.h b/include/types.h index b5ca70bb..bcdc63b0 100644 --- a/include/types.h +++ b/include/types.h @@ -36,5 +36,6 @@ typedef s32 bool; #define CEIL_DIV(a, b) (((a) + (b) - 1) / (b))
#define UNK_PTR unk32 *
+#define PAD(start, end) unk8 pad_##start[end - start]
#endif
|
