diff options
Diffstat (limited to 'dgedit/selection.h')
-rw-r--r-- | dgedit/selection.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dgedit/selection.h b/dgedit/selection.h index 283b642..64e6d98 100644 --- a/dgedit/selection.h +++ b/dgedit/selection.h @@ -42,6 +42,8 @@ public: int fadein; int fadeout; + double energy; + QString name; }; |