summaryrefslogtreecommitdiff
path: root/src/code/z_construct.c
diff options
context:
space:
mode:
authorcadmic <cadmic24@gmail.com>2024-09-12 02:24:31 -0700
committerGitHub <noreply@github.com>2024-09-12 05:24:31 -0400
commit09c1816e2d6c4da8468c59d69454aa3e6a9ef27f (patch)
treed4329a6cd21ab49f0d6cb076e24b475e65955b01 /src/code/z_construct.c
parentf19331101321afb83c0d026c1b1a4df2b4cb4e6a (diff)
Add OOT_PAL_N64 and move other shorthands to versions.h (#2188)
* Move definitions of OOT_NTSC/OOT_PAL/OOT_MQ to versions.h * Add PAL_N64 shorthand
Diffstat (limited to 'src/code/z_construct.c')
-rw-r--r--src/code/z_construct.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/code/z_construct.c b/src/code/z_construct.c
index e75875777..104b048fd 100644
--- a/src/code/z_construct.c
+++ b/src/code/z_construct.c
@@ -1,4 +1,5 @@
#include "global.h"
+#include "versions.h"
void Interface_Destroy(PlayState* play) {
Map_Destroy(play);