mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-11 09:20:17 +00:00
review
This commit is contained in:
parent
65f324c3c9
commit
559be01e03
3 changed files with 21 additions and 18 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
#define ALIGN16(val) (((val) + 0xF) & ~0xF)
|
||||
#define ALIGN32(val) (((val) + 0x1F) & ~0x1F)
|
||||
#define ALIGN64(val) (((val) + 0x3F) & ~0x3F)
|
||||
#define ALIGN256(val) (((val) + 0xFF) & ~0xFF)
|
||||
|
||||
#define SQ(x) ((x)*(x))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue