Play-/tools/VuTest/FlagsTest2.h

10 lines
113 B
C
Raw Permalink Normal View History

#pragma once
#include "Test.h"
class CFlagsTest2 : public CTest
{
public:
2018-04-30 21:01:23 +01:00
void Execute(CTestVm&) override;
};