yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
session_coordinator.cc File Reference
#include "session_coordinator.h"
#include <algorithm>
#include <cstdio>
#include "absl/strings/str_format.h"
#include "app/editor/editor_manager.h"
#include "app/gui/core/icons.h"
#include "app/gui/core/theme_manager.h"
#include "imgui/imgui.h"

Go to the source code of this file.

Namespaces

namespace  yaze
 Main namespace for the application.
 
namespace  yaze::editor
 Editors are the view controllers for the application.
 

Macros

#define GET_SESSIONS()   static_cast<std::deque<RomSession>*>(sessions_ptr_)
 

Macro Definition Documentation

◆ GET_SESSIONS

#define GET_SESSIONS ( )    static_cast<std::deque<RomSession>*>(sessions_ptr_)

Definition at line 31 of file session_coordinator.cc.