Play-/tools/VuTest/StallTest5.h

10 lines
113 B
C
Raw Permalink Normal View History

2021-07-23 13:22:18 -04:00
#pragma once
#include "Test.h"
class CStallTest5 : public CTest
{
public:
void Execute(CTestVm&) override;
};