aboutsummaryrefslogtreecommitdiff
path: root/src/animate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/animate.h')
-rw-r--r--src/animate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/animate.h b/src/animate.h
index d153cda..2323017 100644
--- a/src/animate.h
+++ b/src/animate.h
@@ -5,6 +5,8 @@
#include "draw.h"
+#define MILLIS(n) ((n) * G_TIME_SPAN_MILLISECOND)
+
typedef struct Animation Animation;
typedef struct State State;