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