From c9cb181b4cb7d4abb1e61d30a186eb759ca516cd Mon Sep 17 00:00:00 2001 From: Fazana <52551480+FazanaJ@users.noreply.github.com> Date: Tue, 7 Sep 2021 15:56:01 +0100 Subject: [PATCH] Update puppylights.h --- src/game/puppylights.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/game/puppylights.h b/src/game/puppylights.h index 3c063b64..58b28402 100644 --- a/src/game/puppylights.h +++ b/src/game/puppylights.h @@ -1,5 +1,8 @@ #ifndef PUPPYLIGHTS_H #define PUPPYLIGHTS_H + +#ifdef PUPPYLIGHTS + #include "types.h" #include "command_macros_base.h" @@ -48,3 +51,4 @@ extern void set_light_properties(struct PuppyLight *light, s32 x, s32 y, s32 z, extern void puppylights_allocate(void); #endif +#endif