1#ifndef DrawDeregistrationCommand_H
2#define DrawDeregistrationCommand_H
Defines the base class for all command objects.
Base class for all command objects.
Definition CommandBase.h:19
void Execute() override
Executes the deregistration command. This method deregisters the drawable object from the DrawableMan...
Definition DrawDeregistrationCommand.cpp:7
Drawable * ptrDr
Pointer to the drawable object to be deregistered.
Definition DrawDeregistrationCommand.h:37
DrawDeregistrationCommand(Drawable *dr)
Constructor for DrawDeregistrationCommand.
Definition DrawDeregistrationCommand.cpp:5
Base class for objects that can be drawn in the game loop.
Definition Drawable.h:19