wafel_api

Function load_m64

Source
pub fn load_m64(filename: &str) -> (M64Metadata, Vec<Input>)
Expand description

Load an m64 TAS from a file.

§Panics

Panics if:

  • The file doesn’t exist or can’t be read
  • The file is an invalid .m64 file