Unravel Engine C++ Reference
Loading...
Searching...
No Matches
actions.h
Go to the documentation of this file.
1#pragma once
2
3// Convenience header that includes all action types
4
5#include "editing_action.h"
6#include "undo_redo_stack.h"
7#include "composite_action.h"
8#include "lambda_actions.h"
9#include "transform_actions.h"
10#include "property_actions.h"
11#include "entity_actions.h"
12
13namespace unravel
14{
15// All action types are available when including this header
16} // namespace unravel