yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::app::platform::SharedSessionState Struct Reference

#include <wasm_session_bridge.h>

Public Member Functions

std::string ToJson () const
 
void UpdateFromEditor (editor::EditorManager *)
 

Static Public Member Functions

static SharedSessionState FromJson (const std::string &)
 

Public Attributes

bool rom_loaded = false
 
std::string rom_filename
 

Detailed Description

Definition at line 228 of file wasm_session_bridge.h.

Member Function Documentation

◆ ToJson()

std::string yaze::app::platform::SharedSessionState::ToJson ( ) const
inline

Definition at line 231 of file wasm_session_bridge.h.

◆ FromJson()

static SharedSessionState yaze::app::platform::SharedSessionState::FromJson ( const std::string & )
inlinestatic

Definition at line 232 of file wasm_session_bridge.h.

◆ UpdateFromEditor()

void yaze::app::platform::SharedSessionState::UpdateFromEditor ( editor::EditorManager * )
inline

Definition at line 233 of file wasm_session_bridge.h.

Member Data Documentation

◆ rom_loaded

bool yaze::app::platform::SharedSessionState::rom_loaded = false

Definition at line 229 of file wasm_session_bridge.h.

◆ rom_filename

std::string yaze::app::platform::SharedSessionState::rom_filename

Definition at line 230 of file wasm_session_bridge.h.


The documentation for this struct was generated from the following file: