mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-18 18:21:38 +00:00
7b0104e9a1
git-svn-id: https://svn.eduke32.com/eduke32@452 1a8010ca-5511-0410-912e-c29ae57300e0
10 lines
125 B
C++
Executable file
10 lines
125 B
C++
Executable file
#define JFAUD_INTERNAL
|
|
#include "midisynth.hpp"
|
|
|
|
JFAudMidiSynth::JFAudMidiSynth()
|
|
{
|
|
}
|
|
|
|
JFAudMidiSynth::~JFAudMidiSynth()
|
|
{
|
|
}
|