mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-06 08:59:58 +00:00
7 lines
84 B
C++
7 lines
84 B
C++
#pragma once
|
|
|
|
class CBridge
|
|
{
|
|
public:
|
|
static bool ShouldLightsBeFlashing(void);
|
|
};
|