8 #include "GDCore/String.h" 
    9 #include <unordered_set> 
   20   static bool IsBehaviorCompatibleWithObject(
const gd::Platform &platform,
 
   23     std::unordered_set<gd::String> coveredBehaviorType;
 
   24     return IsBehaviorCompatibleWithObject(platform, objectType, behaviorType,
 
   29   static bool IsBehaviorCompatibleWithObject(
 
   32       std::unordered_set<gd::String> coveredBehaviorType);
 
String represents an UTF8 encoded string.
Definition: String.h:33
 
Definition: CommonTools.h:24