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