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