Refactored insight startup code to accommodate on-demand activation.
Also created new event for activation request
This commit is contained in:
@@ -20,6 +20,10 @@
|
||||
#include "ProgrammingModeEnabled.hpp"
|
||||
#include "ProgrammingModeDisabled.hpp"
|
||||
|
||||
#ifndef EXCLUDE_INSIGHT
|
||||
#include "InsightActivationRequested.hpp"
|
||||
#endif
|
||||
|
||||
namespace Bloom::Events
|
||||
{
|
||||
template <class EventType>
|
||||
|
||||
Reference in New Issue
Block a user