From 3b22db944d843ba831ae28e93c1d6d9acdfd319e Mon Sep 17 00:00:00 2001 From: Uneven Prankster Date: Sun, 30 Jul 2023 16:20:00 -0300 Subject: FMV header --- src/fmv.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/fmv.h (limited to 'src/fmv.h') 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 -- cgit v1.2.3