mirror of
https://git.wetfence.xyz/RandyTheSilly/Trigalarm.git
synced 2026-08-27 22:26:25 -04:00
Reorganize storage keys to account for future updates
This commit is contained in:
+3
-3
@@ -1,10 +1,10 @@
|
||||
#pragma once
|
||||
|
||||
#define STORAGE_KEY_ALARM_REASON 10 // BUMP ON UPDATES TO PREVENT USERS GETTING STUCK W/O ALARM
|
||||
#define STORAGE_KEY_ALARM_HOUR 0
|
||||
#define STORAGE_KEY_ALARM_MINUTE 1
|
||||
#define STORAGE_KEY_ALARM_REASON 2
|
||||
#define STORAGE_KEY_DISABLE_TUTORIAL 3
|
||||
#define STORAGE_KEY_PAVLOK_ENABLED 4
|
||||
#define STORAGE_KEY_DISABLE_TUTORIAL 2
|
||||
#define STORAGE_KEY_PAVLOK_ENABLED 3
|
||||
|
||||
typedef enum
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user