Play-/tools/VuTest/FlagsTest3.h

10 lines
113 B
C
Raw Permalink Normal View History

2020-02-07 09:36:09 -05:00
#pragma once
#include "Test.h"
class CFlagsTest3 : public CTest
{
public:
void Execute(CTestVm&) override;
};