#pragma once struct __declspec(novtable) IUpdatable { virtual void Update(bool argForceUpdate) = 0; virtual bool get_WantsUpdate() const = 0; };