NcEngine
Events.h
Go to the documentation of this file.
1
5#pragma once
6
7#include "ncengine/type/StableAddress.h"
9
10namespace nc
11{
14{
22
28};
29} // namespace nc
An event source supporting multiple Connections.
Definition: Signal.h:65
Base class for non-copyable non-movable types.
Definition: StableAddress.h:7
Signals for internal engine events.
Definition: Events.h:14
Signal rebuildStatics
Event fired when static Entity data is made stale.
Definition: Events.h:27
Signal quit
Notify NcEngine to quit after completion of the current frame.
Definition: Events.h:21