ares-openbsd/thirdparty/TZXFile/TZXBlockLoopEnd.h

14 行
233 B
C++

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