projekt_programowanie/Formularz.hpp
2019-06-06 15:38:17 +02:00

15 lines
211 B
C++

#ifndef FORMULARZ_HPP
#define FORMULARZ_HPP
#include<string>
#include<vector>
class Formularz
{
public:
//Formularz();
Wypelnij_formularz(int r);
Formularz_nowa_wycieczka();
};
#endif // lista_hpp