From c9a9c2b3f299ce4f9273cd9142cb7d363303c16a Mon Sep 17 00:00:00 2001 From: Elijah Thomas <42302100+elijah-thomas774@users.noreply.github.com> Date: Sun, 8 Jun 2025 01:56:55 -0400 Subject: [PATCH] Update d_light_env header guard --- include/d/d_light_env.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/d/d_light_env.h b/include/d/d_light_env.h index 6b516457..dfb7636f 100644 --- a/include/d/d_light_env.h +++ b/include/d/d_light_env.h @@ -1,5 +1,5 @@ -#ifndef BLUR_AND_PALETTE_MANAGER_H -#define BLUR_AND_PALETTE_MANAGER_H +#ifndef D_LIGHT_ENV_H +#define D_LIGHT_ENV_H #include "common.h" #include "m/m_color.h"