finished CEntity
This commit is contained in:
7
src/control/Bridge.h
Normal file
7
src/control/Bridge.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
class CBridge
|
||||
{
|
||||
public:
|
||||
static bool ShouldLightsBeFlashing(void);
|
||||
};
|
||||
Reference in New Issue
Block a user