SUNENGINE 0.0.2
A simple and bright C++ game engine.
 
Loading...
Searching...
No Matches
CommandBase Class Referenceabstract

Base class for all command objects. More...

#include <CommandBase.h>

Inheritance diagram for CommandBase:
Inheritance graph

Public Member Functions

virtual void Execute ()=0
 Executes the command.
 
virtual ~CommandBase ()=default
 Destructor for CommandBase.
 

Detailed Description

Base class for all command objects.

The CommandBase class serves as the base class for all command objects. It provides a pure virtual method Execute that must be implemented by derived classes.

Member Function Documentation

◆ Execute()


The documentation for this class was generated from the following file: