Skip to content

Commit

Permalink
Update AbstractProgram.h
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsbrenkman authored Jan 14, 2024
1 parent c6ebc0b commit bff9858
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/AbstractProgram.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#ifndef AbstractProgram_H
#define AbstractProgram_H

LEDCUBE_NAMESPACE_BEGIN

class AbstractProgram {
public:
virtual ~AbstractProgram() {}
Expand All @@ -11,4 +13,6 @@ class AbstractProgram {
CubeController * cube_controller;
};

LEDCUBE_NAMESPACE_END

#endif

0 comments on commit bff9858

Please sign in to comment.