Update cv6/a_station.h
This commit is contained in:
parent
b9298b3486
commit
59a49ee203
@ -88,4 +88,9 @@ int count_targets(struct station* station);
|
|||||||
* @param smernik na databazu
|
* @param smernik na databazu
|
||||||
*/
|
*/
|
||||||
int count_capacity(struct station* station);
|
int count_capacity(struct station* station);
|
||||||
|
|
||||||
|
void save_to_file(struct station* moja_stanica);
|
||||||
|
void load_from_file(struct station* moja_stanica);
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
Loading…
Reference in New Issue
Block a user