Initial
This commit is contained in:
14
music/ScanSymbols.hpp
Normal file
14
music/ScanSymbols.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#ifndef _MUSIC_SCANSYMBOLS_HPP_
|
||||
#define _MUSIC_SCANSYMBOLS_HPP_
|
||||
|
||||
namespace Music
|
||||
{
|
||||
class ScanSymbols
|
||||
{
|
||||
public:
|
||||
typedef enum ScanSymbol{Note1,Degree1,Alter1,Verb1,Slash1,Sharp1,Flat1,Major71,Minor1,
|
||||
HalfDiminished1,Diminished1,MinorMajor71,Stop1};
|
||||
private:
|
||||
};
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user