Inherit constructor.
| 36 | public: |
| 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 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected