MCPcopy Create free account
hub / github.com/chrxh/alien / ~AbstractMainLoopEntity

Method ~AbstractMainLoopEntity

source/Gui/MainLoopEntity.h:6–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4{
5public:
6 virtual ~AbstractMainLoopEntity() = default;
7
8 virtual void process() = 0;
9 virtual void shutdown() = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected