Play-/tools/VuTest/MinMaxTest.h

10 lines
113 B
C
Raw Permalink Normal View History

2020-04-11 15:11:43 -04:00
#pragma once
#include "Test.h"
class CMinMaxTest : public CTest
{
public:
void Execute(CTestVm&) override;
};