Browse Source

Add Internal struct to history::State.

tags/v2.0.0
Andrew Belt 3 years ago
parent
commit
ff92575e40
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      include/history.hpp

+ 3
- 0
include/history.hpp View File

@@ -158,6 +158,9 @@ struct CableRemove : InverseAction<CableAdd> {


struct State {
struct Internal;
Internal* internal;

std::deque<Action*> actions;
int actionIndex;
/** Action index of saved patch state. */


Loading…
Cancel
Save