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