summaryrefslogtreecommitdiff
path: root/AnimationRender/AnimationRender.h
diff options
context:
space:
mode:
Diffstat (limited to 'AnimationRender/AnimationRender.h')
-rw-r--r--AnimationRender/AnimationRender.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/AnimationRender/AnimationRender.h b/AnimationRender/AnimationRender.h
new file mode 100644
index 0000000..19545ee
--- /dev/null
+++ b/AnimationRender/AnimationRender.h
@@ -0,0 +1,9 @@
+#ifndef _ANIMATION_RENDER
+#define _ANIMATION_RENDER
+
+#include "../global.h"
+#include "FrameCallback.h"
+
+void RenderAnimation(u32 width, u32 height, u32 totalFrames, const FrameCallback** callbacks, usize sizeCallbacks);
+
+#endif /* _ANIMATION_RENDER */