aboutsummaryrefslogtreecommitdiff
path: root/src/common-defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common-defs.h')
-rw-r--r--src/common-defs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/common-defs.h b/src/common-defs.h
index 21aab60..a3bcda0 100644
--- a/src/common-defs.h
+++ b/src/common-defs.h
@@ -42,7 +42,8 @@ typedef enum {
typedef enum {
TRANSPORT_STATE_PLAYING,
- TRANSPORT_STATE_PAUSED
+ TRANSPORT_STATE_PAUSED,
+ TRANSPORT_STATE_LAUNCHING
}TransportState;
#define NOT_ACTIVE -1