LeviLamina
Loading...
Searching...
No Matches
Playtest.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/editor/services/playtest/SessionResult.h"
7
8namespace Editor::Playtest {
9// functions
10// NOLINTBEGIN
11MCNAPI ::std::string const sessionResultToErrorString(::Editor::Playtest::SessionResult result);
12// NOLINTEND
13
14} // namespace Editor::Playtest