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