diff options
| author | Paul Buetow <paul@buetow.org> | 2026-04-12 15:58:36 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-04-12 15:58:36 +0300 |
| commit | f778af609857a7f5eb3115f66eafb7436dae3bdf (patch) | |
| tree | 171218946b37902095a2e468fe599c27ded872d8 /src/c/fastforge.h | |
| parent | dbbed4451b2ef4b8095798a4894c86247b099372 (diff) | |
52: implement debug menu and fake time controls
Diffstat (limited to 'src/c/fastforge.h')
| -rw-r--r-- | src/c/fastforge.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c/fastforge.h b/src/c/fastforge.h index 179a07c..6a86553 100644 --- a/src/c/fastforge.h +++ b/src/c/fastforge.h @@ -26,6 +26,8 @@ typedef struct { #define KEY_TARGET_MIN 4 #define KEY_STREAK_DATA 5 #define KEY_DEV_MODE 6 +#define KEY_DEBUG_FAKE_OFFSET 7 +#define KEY_DEBUG_FAST_ORIGIN 8 extern FastEntry history[MAX_FASTS]; extern int history_count; |
