finished CEntity

This commit is contained in:
aap
2019-06-30 21:06:55 +02:00
parent 6e4df804f7
commit af2e764d81
27 changed files with 665 additions and 76 deletions

7
src/control/Bridge.h Normal file
View File

@ -0,0 +1,7 @@
#pragma once
class CBridge
{
public:
static bool ShouldLightsBeFlashing(void);
};