mode_vehicle_launch.h 128 B

123456789
  1. #ifndef _MODE_VEHICLE_LAUNCH_H_
  2. #define _MODE_VEHICLE_LAUNCH_H_
  3. #include <stdbool.h>
  4. bool vehicle_launch_init(void);
  5. #endif