Tuning.h 206 B

123456789
  1. // Copyright (c) 2008-2023 the Urho3D project
  2. // License: MIT
  3. #pragma once
  4. #include <string>
  5. std::string InsideDefine(const std::string& headerFile);
  6. bool IsIgnoredHeader(const std::string& headerFile);