Cogs.Core
Source
Editor
EditorCommand.cpp
1
#include "EditorCommand.h"
2
3
Cogs::Core::EditorCommand::EditorCommand(EditorState * state, Context * context)
4
: state(state),
5
context(context)
6
{
7
8
}
Generated by
1.9.6