Play-/tools/VuTest/DynamicStallTest2.h
Jean-Philip Desjardins 85ef675993 Add another test.
2023-10-19 17:12:27 -04:00

9 lines
120 B
C++

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