#ifndef _MODE_VEHICLE_LAUNCH_H_ #define _MODE_VEHICLE_LAUNCH_H_ #include <stdbool.h> bool vehicle_launch_init(void); #endif