Play-/tools/VuTest/DynamicStallTest.h

10 lines
119 B
C
Raw Permalink Normal View History

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