#pragma once #include "HAL/Semaphore.hpp" namespace wpilib { namespace internal { extern double simTime; extern MULTIWAIT_ID time_wait; extern MUTEX_ID time_wait_mutex; // transport::SubscriberPtr time_sub; }}