35 #ifndef STEAM_CONTROL_COMMAND_DISPATCH_H 36 #define STEAM_CONTROL_COMMAND_DISPATCH_H 60 virtual void clear() =0;
61 virtual void enqueue (
Command&&) =0;
virtual ~CommandDispatch()
this is an interface
Steam-Layer implementation namespace root.
Interface of a service to perform Commands on the session.
Steam-Layer command frontend.
Handle object representing a single Command instance to be used by client code.