#include <map>
#include <string>
#include <vector>
#include "absl/status/status.h"
#include "app/net/rom_version_manager.h"
#include "app/rom.h"
#include "imgui/imgui.h"
Go to the source code of this file.
Classes | |
struct | yaze::gui::RomSyncEntry |
Represents a ROM synchronization event. More... | |
struct | yaze::gui::SnapshotEntry |
Represents a shared snapshot (image, map state, etc.) More... | |
struct | yaze::gui::ProposalEntry |
Represents an AI-generated proposal. More... | |
class | yaze::gui::CollaborationPanel |
ImGui panel for collaboration features. More... | |
Namespaces | |
namespace | yaze |
Main namespace for the application. | |
namespace | yaze::gui |
Graphical User Interface (GUI) components for the application. | |