#include <vector>
namespace fajl{

void feltolt(std::vector<std::vector<int> > &naplo);

}
