SUNENGINE
0.0.2
A simple and bright C++ game engine.
Loading...
Searching...
No Matches
CommandBase.h
Go to the documentation of this file.
1
7
8
#ifndef CommandBase_H
9
#define CommandBase_H
10
18
class
CommandBase
19
{
20
public
:
26
virtual
void
Execute
() = 0;
27
31
virtual
~CommandBase
() =
default
;
32
};
33
34
#endif
CommandBase
Base class for all command objects.
Definition
CommandBase.h:19
CommandBase::~CommandBase
virtual ~CommandBase()=default
Destructor for CommandBase.
CommandBase::Execute
virtual void Execute()=0
Executes the command.
tmorrow5_LUCIA_ge2
berthiaume2025spring_gam377
student
tmorrow5
SUNENGINE
src
SUNENGINE
GameObject
CommandBase.h
Generated by
1.13.2