2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 13:07:42 +00:00

Add Warp menu

This commit is contained in:
2021-05-25 15:58:18 -04:00
parent 6eb0d366fe
commit f8fa3d1f20
2 changed files with 94 additions and 1 deletions

View File

@@ -3,6 +3,7 @@
namespace metaforce {
class ImGuiConsole {
public:
~ImGuiConsole();
void proc();
};
}
} // namespace metaforce