aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fmv.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/fmv.h b/src/fmv.h
new file mode 100644
index 0000000..b9149eb
--- /dev/null
+++ b/src/fmv.h
@@ -0,0 +1,5 @@
+#pragma once
+
+void fmv_load(const char* path);
+void fmv_update(const float dt);
+void fmv_unload(void); \ No newline at end of file