Play-/tools/SpuTest/KeyOnOffTest.h

10 lines
107 B
C
Raw Permalink Normal View History

2020-12-30 16:31:00 -05:00
#pragma once
#include "Test.h"
class CKeyOnOffTest : public CTest
{
public:
void Execute() override;
};