summaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'main.h')
-rw-r--r--main.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/main.h b/main.h
index ed74fa6..f55e6fc 100644
--- a/main.h
+++ b/main.h
@@ -404,6 +404,7 @@ struct project_state
void *Dump1;
void *Dump2;
+ char DummyName[512];
char DummyName2[512];
bool32 IsRunning = 1;
@@ -496,7 +497,7 @@ struct block_source
struct property_channel {
uint8 Occupied;
- char *Name;
+ char *Name; // TODO(fox): Delete this.
uint16 Block_Bezier_Index[MAX_KEYFRAME_BLOCKS];
uint16 Block_Bezier_Count;
uint16 Keyframe_Count;
@@ -510,6 +511,9 @@ struct property_channel {
bool32 IsToggled;
};
+char *DefaultChannel[] = { "X Position", "Y Position", "Anchor X", "Anchor Y",
+ "Rotation", "Scale", "Opacity", "Frame Number" };
+
struct block_layer {
uint8 Occupied;