From f5d37be14c7f66591a99d10c58ecf1af664e2ae1 Mon Sep 17 00:00:00 2001 From: Reonu Date: Thu, 27 May 2021 07:46:59 +0100 Subject: [PATCH] defined config.h in rendering_graph_node.c --- src/game/rendering_graph_node.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/game/rendering_graph_node.c b/src/game/rendering_graph_node.c index 6444656d..074298f1 100644 --- a/src/game/rendering_graph_node.c +++ b/src/game/rendering_graph_node.c @@ -11,6 +11,9 @@ #include "shadow.h" #include "sm64.h" #include "game_init.h" + +#include "config.h" + #define WIDESCREEN /**