re3-wiiu/src/control/Bridge.h
2019-06-30 21:06:55 +02:00

8 lines
84 B
C++

#pragma once
class CBridge
{
public:
static bool ShouldLightsBeFlashing(void);
};