21 #ifndef __ANTARES_COMMON_COMPONENTS_FRAME_REGISTRY_H__
22 #define __ANTARES_COMMON_COMPONENTS_FRAME_REGISTRY_H__
26 namespace Antares::Component::Frame::Registry
31 void RegisterFrame(IFrame* frame);
36 void UnregisterFrame(IFrame* frame);
41 void DispatchUpdate();
48 void DispatchUpdate(IFrame* exclude);
std::vector< IFrame * > Vector
Vector.
Definition: frame.h:37