Update stable version 24/05/2025 #2
@ -29,6 +29,14 @@ class CarSpotController {
|
||||
this->occupied_spots++;
|
||||
}
|
||||
|
||||
void increment_total_spots () {
|
||||
this->total_spots++;
|
||||
}
|
||||
|
||||
void decrement_total_spots () {
|
||||
this->total_spots--;
|
||||
}
|
||||
|
||||
void decrement_occupied_spots () {
|
||||
this->occupied_spots--;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user