Play-/tools/VuTest/StallTest2.h
Jean-Philip Desjardins e268a7beb1 Add another stall test.
2020-02-27 19:46:02 -05:00

9 lines
113 B
C++

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