mirror of
https://github.com/halpz/re3.git
synced 2025-04-24 03:27:00 +00:00
8 lines
84 B
C++
8 lines
84 B
C++
#pragma once
|
|
|
|
class CBridge
|
|
{
|
|
public:
|
|
static bool ShouldLightsBeFlashing(void);
|
|
};
|