8 lines
205 B
C++
8 lines
205 B
C++
#include "racecar.h"
|
|
|
|
Racecar::Racecar() {
|
|
// Add the implementation for the Racecar class constructor here if needed.
|
|
// You can include any member variables and functions specific to Racecar.
|
|
}
|
|
|