2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 17:47:43 +00:00

Begin Runtime ImGui integration

This commit is contained in:
2021-05-25 12:24:05 -04:00
parent a3a8bf5667
commit 55002f1537
8 changed files with 181 additions and 10 deletions

8
Runtime/ImGuiConsole.hpp Normal file
View File

@@ -0,0 +1,8 @@
#pragma once
namespace metaforce {
class ImGuiConsole {
public:
void proc();
};
}