diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-18 19:37:18 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-18 19:37:18 +0100 |
commit | 7ce3473b0e5858b98a2ac1c393dc46c54ecfdf22 (patch) | |
tree | a8d3b0116a98ee22b75ebd3e7c9e2618d41fcd62 /include/decoration_inventory.h | |
parent | 032dd251e628debd1ec7774fa42b6e7d39b3d83b (diff) |
Clean up save related files
Diffstat (limited to 'include/decoration_inventory.h')
-rw-r--r-- | include/decoration_inventory.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/decoration_inventory.h b/include/decoration_inventory.h index e1fec36ea..7539f7240 100644 --- a/include/decoration_inventory.h +++ b/include/decoration_inventory.h @@ -1,12 +1,15 @@ #ifndef GUARD_DECORATION_INVENTORY_H #define GUARD_DECORATION_INVENTORY_H -struct DecorationInventory { + +struct DecorationInventory +{ u8 *items; u8 size; }; extern struct DecorationInventory gDecorationInventories[]; +void SetDecorationInventoriesPointers(void); void ClearDecorationInventories(void); s8 GetFirstEmptyDecorSlot(u8 idx); u8 CheckHasDecoration(u8); |