// Copyright (c) 2008-2023 the Urho3D project // License: MIT #pragma once #include <string> std::string InsideDefine(const std::string& headerFile); bool IsIgnoredHeader(const std::string& headerFile);