#pragma once void fmv_load(const char* path); void fmv_update(const float dt); void fmv_unload(void);