Play-/tools/VuTest/DynamicStallTest2.h

10 lines
120 B
C
Raw Permalink Normal View History

2023-10-19 15:26:15 -04:00
#pragma once
#include "Test.h"
class CDynamicStallTest2 : public CTest
{
public:
void Execute(CTestVm&) override;
};