Update puppylights.h

This commit is contained in:
Fazana
2021-09-07 15:56:01 +01:00
committed by GitHub
parent 98bc1fac82
commit c9cb181b4c

View File

@@ -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