summaryrefslogtreecommitdiff
path: root/include/seals.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/seals.h')
-rw-r--r--include/seals.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/seals.h b/include/seals.h
new file mode 100644
index 00000000..89808176
--- /dev/null
+++ b/include/seals.h
@@ -0,0 +1,12 @@
+#ifndef POKEDIAMOND_SEALS_H
+#define POKEDIAMOND_SEALS_H
+
+struct SealStruct
+{
+ // TODO: define
+ u8 filler_00[0x38];
+};
+
+struct SealStruct * CreateNewSealsObject(u32 heap_id);
+
+#endif //POKEDIAMOND_SEALS_H