3#include "mc/_HeaderOutputPredefine.h"
10struct GameTestResult {
31 MCNAPI ::GameTestResult&
operator=(::GameTestResult&&);
33 MCNAPI ::GameTestResult&
operator=(::GameTestResult
const&);
35 MCNAPI
bool operator==(::GameTestResult
const& rhs)
const;
49 MCNAPI
void*
$ctor(::GameTestResult
const&);
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor(::GameTestResult const &)
MCAPI GameTestResult(::GameTestResult const &)
MCAPI bool operator==(::GameTestResult const &rhs) const
MCAPI::GameTestResult & operator=(::GameTestResult const &)
MCAPI::GameTestResult & operator=(::GameTestResult &&)
Definition ReflectionCtx.h:11