mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-08 15:30:14 +00:00
Partially format header files
This commit is contained in:
parent
8cfe7cce9f
commit
51290f6126
417 changed files with 832 additions and 1445 deletions
|
@ -5,13 +5,12 @@
|
|||
#include <global.h>
|
||||
|
||||
typedef enum {
|
||||
WMT_TIMER,
|
||||
WMT_PROXIMITY,
|
||||
WMT_FLAG,
|
||||
/* 0x00 */ WMT_TIMER,
|
||||
/* 0x01 */ WMT_PROXIMITY,
|
||||
/* 0x02 */ WMT_FLAG
|
||||
} WallmasType;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
typedef struct {
|
||||
/* 0x0000 */ Actor actor;
|
||||
/* 0x014C */ SkelAnime skelAnime;
|
||||
/* 0x0190 */ ActorFunc actionFunc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue