mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Skelanime/Animation header cleanup (#1434)
* Skelanime/Animation header cleanup * touch up names of the two existing moveFlags macros * formatter is a dum dum D:
This commit is contained in:
parent
1587c5505a
commit
da2e8a8f2c
6 changed files with 293 additions and 211 deletions
|
@ -139,7 +139,9 @@
|
|||
} \
|
||||
(void)0
|
||||
|
||||
extern GraphicsContext* __gfxCtx;
|
||||
struct GraphicsContext;
|
||||
|
||||
extern struct GraphicsContext* __gfxCtx;
|
||||
|
||||
#define WORK_DISP __gfxCtx->work.p
|
||||
#define POLY_OPA_DISP __gfxCtx->polyOpa.p
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue