From ba7db9c049802a67352f5c7adc4556dfb86be642 Mon Sep 17 00:00:00 2001 From: Nils Brenkman Date: Sun, 14 Jan 2024 06:50:19 +0100 Subject: [PATCH] Update CubeController.h --- src/CubeController.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/CubeController.h b/src/CubeController.h index 882d845..8b68472 100644 --- a/src/CubeController.h +++ b/src/CubeController.h @@ -4,6 +4,8 @@ #include "Particle.h" #include "Constants.h" +LEDCUBE_NAMESPACE_BEGIN + typedef struct { uint8_t x; uint8_t y; @@ -23,4 +25,6 @@ class CubeController { uint8_t active_layer; }; +LEDCUBE_NAMESPACE_END + #endif \ No newline at end of file