From f1fdcc2b0ade13ad1a4cc7360eac70f27396d26a Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Fri, 18 Jun 2021 17:56:20 -0500 Subject: more splitting and labeling with some decomp --- include/global.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/global.h') diff --git a/include/global.h b/include/global.h index b991d34..cc56a5e 100644 --- a/include/global.h +++ b/include/global.h @@ -5,6 +5,8 @@ #include "config.h" // We need to define config before gba headers as print stuff needs the functions nulled before defines. #include "gba/gba.h" +#include "constants/species.h" + // IDE support #if defined(__APPLE__) || defined(__CYGWIN__) #define _(x) x -- cgit v1.2.3