1
0
Fork 0
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:
Roman971 2020-03-22 22:50:11 +01:00
parent 8cfe7cce9f
commit 51290f6126
417 changed files with 832 additions and 1445 deletions

View file

@ -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;