#pragma once #include "../std/string.hpp" namespace classificator { void ReadVisibility(string const & fPath); void Load(); }