mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
- missed a typo.
This commit is contained in:
parent
7d6cd2ac83
commit
756e6432c0
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ public:
|
|||
#ifdef _WIN32
|
||||
MIDIDevice *CreateWinMIDIDevice(int mididevice);
|
||||
#elif defined __APPLE__
|
||||
MIDIDevice *CreateAudioToolboxMIDTDevice();
|
||||
MIDIDevice *CreateAudioToolboxMIDIDevice();
|
||||
#endif
|
||||
MIDIDevice *CreateTimidityPPMIDIDevice(const char *args);
|
||||
|
||||
|
|
Loading…
Reference in a new issue