ares-openbsd/thirdparty/TZXFile/TZXBlockGroupStart.h

17 行
268 B
C++

#pragma once
#include "TZXBlock.h"
class TZXBlockGroupStart :
public TZXBlock
{
public:
char *m_szName;
public:
TZXBlockGroupStart();
~TZXBlockGroupStart();
char *GetDescription();
void GenerateAudio(TZXAudioGenerator *pAudioGenerator, TZXFile *pTZXFile);
};