mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 12:27:43 +00:00
Add connections view
This commit is contained in:
@@ -1,8 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include <set>
|
||||
#include <string_view>
|
||||
|
||||
#include "RetroTypes.hpp"
|
||||
|
||||
namespace metaforce {
|
||||
void ImGuiStringViewText(std::string_view text);
|
||||
|
||||
class ImGuiConsole {
|
||||
public:
|
||||
static std::set<TUniqueId> inspectingEntities;
|
||||
|
||||
~ImGuiConsole();
|
||||
void proc();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user