summaryrefslogtreecommitdiff
path: root/include/nitro/SND_alarm_shared.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/nitro/SND_alarm_shared.h')
-rw-r--r--include/nitro/SND_alarm_shared.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/include/nitro/SND_alarm_shared.h b/include/nitro/SND_alarm_shared.h
index a1e8ed9d..2c9e02e4 100644
--- a/include/nitro/SND_alarm_shared.h
+++ b/include/nitro/SND_alarm_shared.h
@@ -13,18 +13,19 @@
#ifndef POKEDIAMOND_SND_ALARM_SHARED_H
#define POKEDIAMOND_SND_ALARM_SHARED_H
-#include "nitro/OS_tick_shared.h"
#include "nitro/OS_alarm_shared.h"
+#include "nitro/OS_tick_shared.h"
-struct SNDAlarm {
- u8 enable; // 0x00
- u8 id; // 0x01
- u16 unk_2; // 0x02
- OSTick tick; // 0x04
- OSTick period; // 0x0C
- OSAlarm alarm; // 0x14
-}; // size = 0x40
+struct SNDAlarm
+{
+ u8 enable; // 0x00
+ u8 id; // 0x01
+ u16 unk_2; // 0x02
+ OSTick tick; // 0x04
+ OSTick period; // 0x0C
+ OSAlarm alarm; // 0x14
+}; // size = 0x40
#define SND_ALARM_COUNT 8
-#endif //POKEDIAMOND_SND_ALARM_SHARED_H
+#endif // POKEDIAMOND_SND_ALARM_SHARED_H