MCPcopy Create free account
hub / github.com/JeanPhilippeKernel/RendererEngine / IUpdatable

Class IUpdatable

ZEngine/include/ZEngine/Core/IUpdatable.h:6–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace ZEngine::Core {
5
6 struct IUpdatable {
7 IUpdatable() = default;
8 virtual ~IUpdatable() = default;
9
10 virtual void Update(TimeStep dt) = 0;
11 };
12} // namespace ZEngine::Core

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected