summaryrefslogtreecommitdiffstats
path: root/src/control/Bridge.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-01-23 02:09:15 +0100
committerSergeanur <s.anureev@yandex.ua>2021-01-23 02:09:15 +0100
commitb35b0c598d183e2ba73c73ad82a03f833556dc27 (patch)
tree862c9346d07c9d30e72ce61f76abae308b45cefd /src/control/Bridge.h
parentLCS model indices (diff)
downloadre3-b35b0c598d183e2ba73c73ad82a03f833556dc27.tar
re3-b35b0c598d183e2ba73c73ad82a03f833556dc27.tar.gz
re3-b35b0c598d183e2ba73c73ad82a03f833556dc27.tar.bz2
re3-b35b0c598d183e2ba73c73ad82a03f833556dc27.tar.lz
re3-b35b0c598d183e2ba73c73ad82a03f833556dc27.tar.xz
re3-b35b0c598d183e2ba73c73ad82a03f833556dc27.tar.zst
re3-b35b0c598d183e2ba73c73ad82a03f833556dc27.zip
Diffstat (limited to 'src/control/Bridge.h')
-rw-r--r--src/control/Bridge.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/control/Bridge.h b/src/control/Bridge.h
index dd781a9a..e639d4c1 100644
--- a/src/control/Bridge.h
+++ b/src/control/Bridge.h
@@ -26,4 +26,5 @@ public:
static bool ShouldLightsBeFlashing();
static void FindBridgeEntities();
static bool ThisIsABridgeObjectMovingUp(int);
+ static void ForceBridgeState(uint8 state);
};