mirror of https://github.com/AxioDL/metaforce.git
9 lines
85 B
C++
9 lines
85 B
C++
|
#pragma once
|
||
|
|
||
|
namespace metaforce {
|
||
|
class ImGuiConsole {
|
||
|
public:
|
||
|
void proc();
|
||
|
};
|
||
|
}
|