#pragma once namespace io { extern std::shared_ptr logger; void init(const bool& to_file); bool read_file(const std::string_view name, std::vector& out); bool read_file(const std::string_view name, std::string &out); }; // namespace io