diff options
Diffstat (limited to 'src/fmv.h')
| -rw-r--r-- | src/fmv.h | 5 |
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 |
