1#ifndef UpdateRegistrationCommand_H
2#define UpdateRegistrationCommand_H
Defines the base class for all command objects.
Base class for all command objects.
Definition CommandBase.h:19
Base class for objects that can be updated in the game loop.
Definition Updatable.h:19
Updatable * ptrUp
Pointer to the updatable object to be registered.
Definition UpdateRegistrationCommand.h:38
void Execute() override
Executes the registration command.
Definition UpdateRegistrationCommand.cpp:7
UpdateRegistrationCommand(Updatable *up)
Constructor for UpdateRegistrationCommand.
Definition UpdateRegistrationCommand.cpp:5