38 void RegisterCallback(
const std::string& stringKey,
const std::function<
bool()>& callback);
45 enum class Status : uint8_t
52 std::vector<std::shared_ptr<Callback>> m_callbacks;
54 bool m_synced =
false;
Complete engine containing all engine components.
Definition engine.hpp:41