summaryrefslogtreecommitdiff
path: root/include/load_save.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-01-12 14:14:36 -0500
committerGitHub <noreply@github.com>2020-01-12 14:14:36 -0500
commit06b113c80fa41452c81d1274e9f828d4698d7e40 (patch)
tree29f2926256941a220e0fda2a5ca00d54e6dc2008 /include/load_save.h
parent5734043a202bb831609736802de615687531f7f3 (diff)
parentdd381f49827a1e08b460336cf3bc496961d3eaec (diff)
Merge pull request #208 from jiangzhengwenjz/librfu
s32 to sio32
Diffstat (limited to 'include/load_save.h')
-rw-r--r--include/load_save.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/load_save.h b/include/load_save.h
index 10d1083a8..20df691e5 100644
--- a/include/load_save.h
+++ b/include/load_save.h
@@ -4,6 +4,8 @@
#include "global.h"
extern bool32 gFlashMemoryPresent;
+extern struct SaveBlock1 gSaveBlock1;
+extern struct SaveBlock2 gSaveBlock2;
void ClearSav2(void);
void ClearSav1(void);