#ifndef MODULESMYKHAILENKO_H_INCLUDED #define MODULESMYKHAILENKO_H_INCLUDED #include #include "struct_type_project_1.h" using namespace std; void add(vector&, wstring, wstring, wstring, wstring); void remove(vector&, wstring); bool read(vector&, string); bool save(vector&, string); void search(vector&, wstring); #endif // MODULESMYKHAILENKO_H_INCLUDED