summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/main.h b/main.h
index c1b37f3..37701e4 100644
--- a/main.h
+++ b/main.h
@@ -256,7 +256,8 @@ enum hotkey_input
hotkey_none,
hotkey_transform,
hotkey_copy,
- hotkey_paste
+ hotkey_paste,
+ hotkey_togglechannels
};
enum property_display_type
@@ -300,6 +301,7 @@ struct block_effect
bool32 IsToggled;
uint16 Index;
uint32 Block_Property_Index[MAX_PROPERTIES_PER_EFFECT];
+ real32 ExtraData[16];
};
struct header_effect
@@ -520,11 +522,12 @@ struct block_source
struct property_channel {
uint8 Occupied;
- char *Name; // TODO(fox): Delete this.
uint16 Block_Bezier_Index[MAX_KEYFRAME_BLOCKS];
uint16 Block_Bezier_Count;
uint16 Keyframe_Count;
+ int32 Identifier;
+
real32 CurrentValue;
real32 MaxVal;
real32 MinVal;