Update cv6/a_station.h

This commit is contained in:
Yurii Chechur 2024-10-30 12:03:42 +00:00
parent b9298b3486
commit 59a49ee203

View File

@ -88,4 +88,9 @@ int count_targets(struct station* station);
* @param smernik na databazu
*/
int count_capacity(struct station* station);
void save_to_file(struct station* moja_stanica);
void load_from_file(struct station* moja_stanica);
#endif