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