1 2 3 4 5
#pragma once void fmv_load(const char* path); void fmv_update(const float dt); void fmv_unload(void);