Play-/tools/VuTest/StallTest4.h

10 lines
113 B
C
Raw Permalink Normal View History

#pragma once
#include "Test.h"
class CStallTest4 : public CTest
{
public:
void Execute(CTestVm&) override;
};