diff options
| author | theo <arisstephenson2@gmail.com> | 2020-06-13 17:02:27 -0700 |
|---|---|---|
| committer | theo <arisstephenson2@gmail.com> | 2020-06-13 17:02:27 -0700 |
| commit | 66fcdf618665694fb5f5c2d3788561f4e638f167 (patch) | |
| tree | 106b704cf63fa68f2c714247958b013fcf38b0d0 /include/item.h | |
| parent | 8e1ca1936b4066fa252a14576cb5e4e79aff92b8 (diff) | |
clang-format
Diffstat (limited to 'include/item.h')
| -rw-r--r-- | include/item.h | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/include/item.h b/include/item.h index 4ef90ee3..74e207c3 100644 --- a/include/item.h +++ b/include/item.h @@ -4,8 +4,8 @@ #define ITEM_H /* On hold until naming conflicts are resolved */ -/* - enum +/* + enum { Untyped, SmithSword = 0x01, @@ -127,15 +127,15 @@ LongSpin = 0x75 } ItemType; */ - typedef struct { - u8 unk; - u8 behaviorID; - u8 unk2; - u8 unk3; - u8 stateID; - u8 filler[4]; - u8 unk4; - u8 filler2[4]; - u8 unk5; - } ItemBehavior; +typedef struct { + u8 unk; + u8 behaviorID; + u8 unk2; + u8 unk3; + u8 stateID; + u8 filler[4]; + u8 unk4; + u8 filler2[4]; + u8 unk5; +} ItemBehavior; #endif
\ No newline at end of file |
