allow different name for namespace
This commit is contained in:
parent
2d64cc3c2f
commit
f6354550dd
|
|
@ -27,7 +27,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#ifndef MIDI_NAMESPACE
|
||||
#define MIDI_NAMESPACE midi
|
||||
#endif
|
||||
#define BEGIN_MIDI_NAMESPACE namespace MIDI_NAMESPACE {
|
||||
#define END_MIDI_NAMESPACE }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue