mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-13 07:57:51 +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
|
#ifdef _WIN32
|
||||||
MIDIDevice *CreateWinMIDIDevice(int mididevice);
|
MIDIDevice *CreateWinMIDIDevice(int mididevice);
|
||||||
#elif defined __APPLE__
|
#elif defined __APPLE__
|
||||||
MIDIDevice *CreateAudioToolboxMIDTDevice();
|
MIDIDevice *CreateAudioToolboxMIDIDevice();
|
||||||
#endif
|
#endif
|
||||||
MIDIDevice *CreateTimidityPPMIDIDevice(const char *args);
|
MIDIDevice *CreateTimidityPPMIDIDevice(const char *args);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue