MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / GMCatFile

Method GMCatFile

src/Engine/GMCat.h:38–38  ·  view source on GitHub ↗

Inherit constructor.

Source from the content-addressed store, hash-verified

36public:
37 /// Inherit constructor.
38 GMCatFile(const char *path) : CatFile(path) { }
39 /// Loads a stream as a MIDI file.
40 Music *loadMIDI(unsigned int i);
41};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected