#pragma once #include namespace utils { std::string getExePath(); std::string randomizeString(size_t length); } // namespace utils