diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-09-23 22:49:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-24 00:49:43 -0500 |
commit | 0d3b11e81a215875fc533db17895613c47a4da73 (patch) | |
tree | d392a83755f1b7631c241c100c9e778d96ef5527 /include/wonder_mail.h | |
parent | 8237e29a164211eb2ec4cd161eb4183cc1947fee (diff) |
Data work and decomp some mail/pelipper board (#54)
* data work and decomp some mail/pelipper board
* resuce -> rescue
* label more data
Diffstat (limited to 'include/wonder_mail.h')
-rw-r--r-- | include/wonder_mail.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/wonder_mail.h b/include/wonder_mail.h index ae4c701..2879f1f 100644 --- a/include/wonder_mail.h +++ b/include/wonder_mail.h @@ -120,6 +120,13 @@ enum WonderMailMethod { WONDER_MAIL_PASSWORD = 5, }; +enum WonderMailTypes { + WONDER_MAIL_TYPE_SOS = 1, + WONDER_MAIL_TYPE_AOK = 4, + WONDER_MAIL_TYPE_THANK_YOU = 5, + WONDER_MAIL_TYPE_WONDER = 5, +}; + #endif |