8 lines
84 B
C++
8 lines
84 B
C++
#pragma once
|
|
|
|
class CBridge
|
|
{
|
|
public:
|
|
static bool ShouldLightsBeFlashing(void);
|
|
};
|