Don't have an account? Sign Up
struct ICryFactoryRegistryCallback { };
ICryFactoryRegistryImpl.h
virtual ~ICryFactoryRegistryCallback();
virtual void OnNotifyFactoryRegistered(ICryFactory* pFactory) = 0;
virtual void OnNotifyFactoryUnregistered(ICryFactory* pFactory) = 0;