diff options
| author | theo3 <arisstephenson2@gmail.com> | 2021-12-18 23:46:04 -0800 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2021-12-18 23:46:04 -0800 |
| commit | 227703e4966071b98af129185ed7d70c782ceed2 (patch) | |
| tree | 5eb973f3d04bdea880def24fa02cccfb302a36ab /src/save.c | |
| parent | d3fa739c9471c94ff9efc9f0dd704e4bb9d356d4 (diff) | |
finish fade.c
Diffstat (limited to 'src/save.c')
| -rw-r--r-- | src/save.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ #include "gba/eeprom.h" #include "audio.h" #include "menu.h" +#include "main.h" #include "functions.h" typedef struct SaveFileStatus { |
