Play-/tools/VuTest/FdivEfuMixTest.h

10 lines
117 B
C
Raw Permalink Normal View History

2023-05-10 21:08:56 -04:00
#pragma once
#include "Test.h"
class CFdivEfuMixTest : public CTest
{
public:
void Execute(CTestVm&) override;
};