Play-/tools/VuTest/StallTest.h

10 lines
112 B
C
Raw Permalink Normal View History

2020-02-24 12:54:17 -05:00
#pragma once
#include "Test.h"
class CStallTest : public CTest
{
public:
void Execute(CTestVm&) override;
};