Play-/tools/VuTest/StallTest3.h

10 lines
113 B
C
Raw Permalink Normal View History

2021-01-29 16:33:11 -05:00
#pragma once
#include "Test.h"
class CStallTest3 : public CTest
{
public:
void Execute(CTestVm&) override;
};