summaryrefslogtreecommitdiff
path: root/command/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'command/global.h')
-rw-r--r--command/global.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/command/global.h b/command/global.h
index 8508f30..6bc6cb4 100644
--- a/command/global.h
+++ b/command/global.h
@@ -51,6 +51,14 @@ typedef unsigned char uchar;
#define MT_MOVED 0xE0
#define MT_ALL 0xFF
+typedef struct MarkAdPos
+{
+ int FrameNumberBefore;
+ int FrameNumberAfter;
+ char *CommentBefore;
+ char *CommentAfter;
+} MarkAdPos;
+
typedef struct MarkAdMark
{
char Type;