LeviLamina
Loading...
Searching...
No Matches
DataStore.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/editor/datastore/DeprecatedEventFactory.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace Json { class Value; }
11// clang-format on
12
13namespace Editor::DataStore {
14// functions
15// NOLINTBEGIN
16MCAPI ::Json::Value _createClientActionEvent(
17 ::Editor::DataStore::DeprecatedEventFactory::ClientActionEventType payload,
18 ::Json::Value const& type
19);
20
21MCAPI ::Json::Value
22_createServerUXEvent(::Editor::DataStore::DeprecatedEventFactory::ServerUXEventType type, ::Json::Value const& payload);
23// NOLINTEND
24
25} // namespace Editor::DataStore
Definition Value.h:16