Play-/tools/VuTest/FlagsTest.h

10 lines
112 B
C
Raw Permalink Normal View History

2014-12-06 16:42:11 -05:00
#pragma once
#include "Test.h"
class CFlagsTest : public CTest
{
public:
2018-04-30 21:01:23 +01:00
void Execute(CTestVm&) override;
2014-12-06 16:42:11 -05:00
};