load static method

Pointer<MixMusic> load(
  1. String file
)

Implementation

static Pointer<MixMusic> load(String file) {
  // 581
  return mixLoadMus(file);
}