Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
JointCommands.hpp
1
#pragma once
2
3
#include "CommandList.hpp"
4
5
namespace
Grindstone {
6
namespace
Editor {
7
class
JointCommand
:
public
BaseCommand
{
8
public
:
9
virtual
void
Redo()
override
;
10
virtual
void
Undo()
override
;
11
virtual
~JointCommand
() {}
12
};
13
}
14
}
Grindstone::Editor::BaseCommand
Definition
CommandList.hpp:13
Grindstone::Editor::JointCommand
Definition
JointCommands.hpp:7
sources
code
Editor
Commands
JointCommands.hpp
Generated by
1.12.0