diff options
author | yenatch <yenatch@gmail.com> | 2017-07-16 13:33:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-16 13:33:38 -0400 |
commit | e50b9e28bc0d98c69b22f6d13298e705eb4eb865 (patch) | |
tree | 612daf51185f6c0b35976a888d4091ad465288ac /include/global.h | |
parent | a0e590b739a2bdd8e76c004ae60662bd81d33ca9 (diff) | |
parent | 078e07ce1096733e31b7bf823db325b0f3b02a05 (diff) |
Merge pull request #354 from camthesaxman/decompile_item_menu
decompile item_menu
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/global.h b/include/global.h index 0f5bcde6d..4d20ea4fc 100644 --- a/include/global.h +++ b/include/global.h @@ -115,11 +115,6 @@ enum BAG_KEYITEMS }; -struct TextStruct -{ - const u8 *text; -}; - struct Coords16 { s16 x; |