// TJP COPYRIGHT HEADER #pragma once #include namespace tjp::core::delegate { template struct Delegator; template struct SpecializedDelegator; template> struct Token; template struct WeakToken; template> struct TokenTyped; } // namespace