diff options
author | camthesaxman <cameronghall@cox.net> | 2017-07-16 13:53:55 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-07-16 13:53:55 -0500 |
commit | 6546ff5d0ad80ceca6b422713e0d3cd0ffa62b53 (patch) | |
tree | 51320be5ec4fb0755398911d705f6e3f323ddf0a /include/global.h | |
parent | 196f2a1c24016eae8b9fad6d57cabd43d34f898e (diff) | |
parent | e50b9e28bc0d98c69b22f6d13298e705eb4eb865 (diff) |
fix merge conflicts
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; |