#include "Veiculo.h" float Veiculo::capacity(void) { // return fuelCapacity_; return 0; }