Play-/tools/VuTest/StallTest3.h
Jean-Philip Desjardins 59fe1d15fd Add another stall test.
2021-02-14 20:06:22 -05:00

9 lines
113 B
C++

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