mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 02:31:20 +00:00
10 lines
127 B
C++
10 lines
127 B
C++
#pragma once
|
|
|
|
namespace metaforce {
|
|
class ImGuiConsole {
|
|
public:
|
|
~ImGuiConsole();
|
|
void proc();
|
|
};
|
|
} // namespace metaforce
|