summaryrefslogtreecommitdiff
path: root/modules/roto/roto.h
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@gnugeneration.com>2016-12-13 07:29:08 -0800
committerVito Caputo <vcaputo@gnugeneration.com>2016-12-13 07:29:08 -0800
commitaf49b97cd819cec3a19b1ff5ed6076a0d23f4233 (patch)
treee894b2215968570f9e6e64097236edc6fbb7aea8 /modules/roto/roto.h
parenta93ac6aec7f059b41c67513604ac0a6aabf9f008 (diff)
roto: add modular forms of original renderer
Diffstat (limited to 'modules/roto/roto.h')
-rw-r--r--modules/roto/roto.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/roto/roto.h b/modules/roto/roto.h
new file mode 100644
index 0000000..84a66a9
--- /dev/null
+++ b/modules/roto/roto.h
@@ -0,0 +1,9 @@
+#ifndef _ROTO_H
+#define _ROTO_H
+
+#include "fb.h"
+
+void roto64(fb_fragment_t *fragment);
+void roto32(fb_fragment_t *fragment);
+
+#endif
© All Rights Reserved