#pragma once #include #include namespace settings { std::string getString(const std::string& key); extern const std::vector objectTypes; }