Play-/tools/VuTest/StallTest2.h

10 lines
113 B
C
Raw Permalink Normal View History

2020-02-26 20:09:18 -05:00
#pragma once
#include "Test.h"
class CStallTest2 : public CTest
{
public:
void Execute(CTestVm&) override;
};