mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 23:55:24 +13:00
big update after strip
hg-commit-id: dcfb20faef4d
This commit is contained in:
parent
443ff15688
commit
6fd6c7af46
17 changed files with 428 additions and 91 deletions
|
|
@ -54,22 +54,22 @@ public:
|
|||
template<class T>
|
||||
bool ParseData(unsigned int& pos, bool reado = false);
|
||||
|
||||
const enum dataType : unsigned char
|
||||
{
|
||||
DATA_NA,
|
||||
DATA_CALL,
|
||||
DATA_DUTY,
|
||||
DATA_JUMP,
|
||||
DATA_MODULATION,
|
||||
DATA_NOTE,
|
||||
DATA_OCTAVE,
|
||||
DATA_STOP,
|
||||
DATA_TEMPO,
|
||||
DATA_UNKCODE,
|
||||
DATA_UNKEB,
|
||||
DATA_VELOCITY,
|
||||
DATA_VOLUME
|
||||
};
|
||||
enum dataType : unsigned char
|
||||
{
|
||||
DATA_NA,
|
||||
DATA_CALL,
|
||||
DATA_DUTY,
|
||||
DATA_JUMP,
|
||||
DATA_MODULATION,
|
||||
DATA_NOTE,
|
||||
DATA_OCTAVE,
|
||||
DATA_STOP,
|
||||
DATA_TEMPO,
|
||||
DATA_UNKCODE,
|
||||
DATA_UNKEB,
|
||||
DATA_VELOCITY,
|
||||
DATA_VOLUME
|
||||
};
|
||||
|
||||
private:
|
||||
std::string filename;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue