LeviLamina
Loading...
Searching...
No Matches
tags.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace gametest::tags {
6// static variables
7// NOLINTBEGIN
8MCAPI ::std::string const& SuiteAll();
9
10MCAPI ::std::string const& SuiteDefault();
11
12MCAPI ::std::string const& SuiteDisabled();
13// NOLINTEND
14
15} // namespace gametest::tags