summaryrefslogtreecommitdiffstats
path: root/src/control/Bridge.h
blob: 64b85c1da360274a0a6ae426754a28b153260d76 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

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