mirror of
https://github.com/halpz/re3.git
synced 2025-07-12 12:28:08 +00:00
finished CEntity
This commit is contained in:
7
src/control/Bridge.h
Normal file
7
src/control/Bridge.h
Normal file
@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
class CBridge
|
||||
{
|
||||
public:
|
||||
static bool ShouldLightsBeFlashing(void);
|
||||
};
|
Reference in New Issue
Block a user