From 6e22db3fc5eceace9463397ede7bd82ea487e767 Mon Sep 17 00:00:00 2001 From: dbalatoni13 Date: Mon, 18 Nov 2024 03:13:17 +0100 Subject: [PATCH] Import version.h in m440Dll.h --- include/REL/m440Dll.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/REL/m440Dll.h b/include/REL/m440Dll.h index d4d806b2..ef9426e8 100644 --- a/include/REL/m440Dll.h +++ b/include/REL/m440Dll.h @@ -4,6 +4,8 @@ #include "dolphin/types.h" #include "game/hsfman.h" +#include "version.h" + #include "game/object.h" extern s32 rand8(void);