diff options
Diffstat (limited to 'source/nds/message.h')
-rw-r--r-- | source/nds/message.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/nds/message.h b/source/nds/message.h index 09332bc..ded5925 100644 --- a/source/nds/message.h +++ b/source/nds/message.h @@ -71,6 +71,9 @@ enum MSG MSG_GENERAL_OFF, MSG_GENERAL_ON, + MSG_GENERAL_CONFIRM_WITH_A, + MSG_GENERAL_CANCEL_WITH_B, + MSG_AUDIO_ENABLED, MSG_AUDIO_MUTED, |