agrego propiedad charging a struct car
This commit is contained in:
parent
29c54a8c89
commit
9b7030c7db
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ typedef struct{
|
|||
enum status st;
|
||||
bool leaving;
|
||||
float battery;
|
||||
int charging;
|
||||
}car_t;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue