summaryrefslogtreecommitdiff
path: root/include/structures.h
diff options
context:
space:
mode:
authoroctorock <79596758+octorock@users.noreply.github.com>2023-06-17 00:10:00 +0200
committeroctorock <79596758+octorock@users.noreply.github.com>2023-06-17 00:10:00 +0200
commitc317fe3f18325fec54c0d76df450f132945449f7 (patch)
tree553de6f2d0b1a1ed2a988ffb8a306dd3a138e88a /include/structures.h
parent551cb7209393d06e302a5bda489c341f38efd1f3 (diff)
Extract KeyValuePairs
Diffstat (limited to 'include/structures.h')
-rw-r--r--include/structures.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/structures.h b/include/structures.h
index f78ff839..42c20353 100644
--- a/include/structures.h
+++ b/include/structures.h
@@ -391,4 +391,5 @@ typedef struct {
u8 paletteGroup;
u8 gfxGroup;
} PACKED StaffrollGfxEntry;
+
#endif // STRUCTURES_H