Play-/tools/VuTest/StallTest6.h

10 lines
113 B
C
Raw Permalink Normal View History

2022-08-31 17:50:20 -04:00
#pragma once
#include "Test.h"
class CStallTest6 : public CTest
{
public:
void Execute(CTestVm&) override;
};