Play-/tools/SpuTest/SweepTest.h

10 lines
104 B
C
Raw Permalink Normal View History

2022-04-08 08:49:06 -04:00
#pragma once
#include "Test.h"
class CSweepTest : public CTest
{
public:
void Execute() override;
};