1#ifndef DrawRegistrationCommand_H
2#define DrawRegistrationCommand_H
Defines the base class for all command objects.
Base class for all command objects.
Definition CommandBase.h:19
void Execute() override
Executes the registration command. This method registers the drawable object with the DrawableManager...
Definition DrawRegistrationCommand.cpp:7
DrawRegistrationCommand(Drawable *dr)
Constructor for DrawRegistrationCommand.
Definition DrawRegistrationCommand.cpp:5
Drawable * ptrDr
Pointer to the drawable object to be registered.
Definition DrawRegistrationCommand.h:37
Base class for objects that can be drawn in the game loop.
Definition Drawable.h:19