Play-/tools/VuTest/BranchTest.h

10 lines
113 B
C
Raw Permalink Normal View History

2020-05-25 12:51:34 -04:00
#pragma once
#include "Test.h"
class CBranchTest : public CTest
{
public:
void Execute(CTestVm&) override;
};