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:
8
Runtime/ImGuiConsole.hpp
Normal file
8
Runtime/ImGuiConsole.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
namespace metaforce {
|
||||
class ImGuiConsole {
|
||||
public:
|
||||
void proc();
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user