Enable GTA_BRIDGE

This commit is contained in:
Sergeanur
2021-01-23 03:09:15 +02:00
parent 6b54d04bfc
commit b35b0c598d
4 changed files with 25 additions and 3 deletions

View File

@ -26,4 +26,5 @@ public:
static bool ShouldLightsBeFlashing();
static void FindBridgeEntities();
static bool ThisIsABridgeObjectMovingUp(int);
static void ForceBridgeState(uint8 state);
};